aboutsummaryrefslogtreecommitdiff
path: root/sysutils/portupgrade/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-07-01 04:05:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-07-01 04:05:16 +0000
commit8f484b7d54fb8b4ffb5c025643dacb47b381a9c7 (patch)
tree398dc323b212d19e838732559b3d88e651db06c7 /sysutils/portupgrade/Makefile
parent11bda5392b509cc01ff5c723c8e0ebe95f3c3e43 (diff)
Notes
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r--sysutils/portupgrade/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index baf92609e5f6..87deaa74b641 100644
--- a/sysutils/portupgrade/Makefile
+++ b/sysutils/portupgrade/Makefile
@@ -6,21 +6,19 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20040529
-PORTREVISION= 2
+PORTVERSION= 20040701
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
DISTNAME= pkgtools-${DISTVERSION}
-DISTVERSION= 20040208
+DISTVERSION= 20040701
.if ${DISTVERSION} != ${PORTVERSION}
PATCH_SITES= ${MASTER_SITES}
PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR}
-PATCHFILES= ${DISTNAME}-20040325.diff.bz2 \
- pkgtools-20040325-${PORTVERSION}.diff.bz2
+PATCHFILES= ${DISTNAME}-${PORTVERSION}.diff.bz2
PATCH_DIST_STRIP= -p1
.endif