diff options
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r-- | sysutils/portupgrade/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 02520dc47f13..138a32855487 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,15 +6,14 @@ # PORTNAME= portupgrade -PORTVERSION= 20040701 -PORTREVISION= 3 +PORTVERSION= 20041224 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${DISTVERSION} -DISTVERSION= 20040701 +DISTVERSION= 20041224 .if ${DISTVERSION} != ${PORTVERSION} PATCH_SITES= ${MASTER_SITES} |