diff options
author | salo <salo> | 2003-02-17 06:44:48 +0000 |
---|---|---|
committer | salo <salo> | 2003-02-17 06:44:48 +0000 |
commit | 81209966e066f362801468c0d855f146b69cf664 (patch) | |
tree | 3bac52759b4048ce37564480863ef3de212fc42d | |
parent | 9b1c9a9380a7bb0ceb77ece0aa3dfcf07491123d (diff) | |
download | pkgsrc-81209966e066f362801468c0d855f146b69cf664.tar.gz |
Change the PKGVERSION to 1.0.0rc7, as rc is not really invalid. Pointed out
by gehenna.
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | mail/nullmailer/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6e6cace4555..9ce41642540 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.1412 2003/02/17 05:22:54 salo Exp $ +$NetBSD: CHANGES,v 1.1413 2003/02/17 06:44:48 salo Exp $ Changes to the packages collection and infrastructure in 2003: @@ -716,4 +716,4 @@ Changes to the packages collection and infrastructure in 2003: Updated rrdtool to 1.0.40 [seb 2003-02-16] Updated flow-tools to 0.63 [seb 2003-02-16] Updated gsl to 1.3 [jtb 2003-02-17] - Updated nullmailer to 1.0.0.7 [jtb 2003-02-17] + Updated nullmailer to 1.0.0rc7 [jtb 2003-02-17] diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index f4ba8a7a8e5..0f0254329e9 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/02/17 05:20:20 salo Exp $ +# $NetBSD: Makefile,v 1.8 2003/02/17 06:44:49 salo Exp $ DISTNAME= nullmailer-1.00RC7 -PKGNAME= ${DISTNAME:S/0RC7/.0.7/} +PKGNAME= ${DISTNAME:S/0RC7/.0rc7/} CATEGORIES= mail MASTER_SITES= http://untroubled.org/nullmailer/ |