summaryrefslogtreecommitdiff
path: root/sysutils/portupgrade/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-04-22 06:42:27 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-04-22 06:42:27 +0000
commit80db4951b862960aebba2da070e3b58628d4b62a (patch)
treeec2fe61577928b19063c41d14effad1c87c79e77 /sysutils/portupgrade/Makefile
parentUpdate to new USE_GNOME options (diff)
Update to 20030422. This is a maintenance release.
portsdb(1): - Fix portsdb -U's COMMENT support. Submitted by: Frerich Raabe <frerich.raabe@gmx.de> portsclean(1): - Fix a silly typo and unbreak portsclean -P. Submitted by: Olivier Tharan <olive@oban.frmug.org> pkgtools.conf(5): - Set OS_PKGBRANCH to "<n>-stable" for PRERELEASE, RC, ALPHA, BETA, etc. - Apply grammar fixes and rephrase a paragraph. PR: ports/49042, ports/49041 Submitted by: Chris Pepper <pepper@rockefeller.edu> overall: - Appease ruby 1.8 which now complains about closed streams.
Notes
Notes: svn path=/head/; revision=79443
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r--sysutils/portupgrade/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index ed11e96ca534..984dce23de09 100644
--- a/sysutils/portupgrade/Makefile
+++ b/sysutils/portupgrade/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20030308
-PORTREVISION= 2
+PORTVERSION= 20030422
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
${MASTER_SITE_LOCAL}
@@ -21,7 +20,8 @@ PATCH_SITES= ${MASTER_SITES}
PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR}
PATCHFILES= ${DISTNAME}-20030217.diff.bz2 \
pkgtools-20030217-20030228.diff.bz2 \
- pkgtools-20030228-${PORTVERSION}.diff.bz2
+ pkgtools-20030228-20030308.diff.bz2 \
+ pkgtools-20030308-${PORTVERSION}.diff.bz2
PATCH_DIST_STRIP= -p1
.endif