pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap Replace hardcoded date with a token for sed ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e584111fdb1c
branches:  trunk
changeset: 529022:e584111fdb1c
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed May 23 05:00:40 2007 +0000

description:
Replace hardcoded date with a token for sed to update.

diffstat:

 bootstrap/macpkg.pmproj.in |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 5d2391a9a6e4 -r e584111fdb1c bootstrap/macpkg.pmproj.in
--- a/bootstrap/macpkg.pmproj.in        Wed May 23 04:21:05 2007 +0000
+++ b/bootstrap/macpkg.pmproj.in        Wed May 23 05:00:40 2007 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $NetBSD: macpkg.pmproj.in,v 1.1 2007/05/22 17:43:33 schmonz Exp $ -->
+<!-- $NetBSD: macpkg.pmproj.in,v 1.2 2007/05/23 05:00:40 schmonz Exp $ -->
 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
 <plist version="1.0">
 <dict>
@@ -548,11 +548,11 @@
                        <integer>0</integer>
                </dict>
                <string>/</string>
-               <string>20070522, The NetBSD Foundation</string>
+               <string>%DATE%, The NetBSD Foundation</string>
                <integer>1</integer>
                <string>org.pkgsrc.bootstrap</string>
                <integer>0</integer>
-               <string>20070522</string>
+               <string>%DATE%</string>
                <dict>
                        <key>$class</key>
                        <dict>



Home | Main Index | Thread Index | Old Index