diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-02-08 08:38:31 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-02-08 08:38:31 +0000 |
commit | 523f98163ae4d08ea49d5c860c6237226c753a52 (patch) | |
tree | 3ab98c3964887e879170b4a4be44a862f3740900 /sysutils/portupgrade/Makefile | |
parent | Update to 0.1.8, submitted by software author, and assign maintainership (diff) |
Update to 20040208. (Just repacked to roll up recent patches)
Diffstat (limited to 'sysutils/portupgrade/Makefile')
-rw-r--r-- | sysutils/portupgrade/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 3a0202e5fa62..ce32de805ee8 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,21 +6,19 @@ # PORTNAME= portupgrade -PORTVERSION= 20040113 -PORTREVISION= 3 +PORTVERSION= 20040208 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${DISTVERSION} -DISTVERSION= 20030427 +DISTVERSION= 20040208 .if ${DISTVERSION} != ${PORTVERSION} PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} -PATCHFILES= ${DISTNAME}-20030723.diff.bz2 \ - pkgtools-20030723-${PORTVERSION}.diff.bz2 +PATCHFILES= ${DISTNAME}-${PORTVERSION}.diff.bz2 PATCH_DIST_STRIP= -p1 .endif |