diff options
author | knu <knu@FreeBSD.org> | 2004-07-01 12:05:16 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-07-01 12:05:16 +0800 |
commit | 5de2c610345a943c775f82849b9056805566e9d6 (patch) | |
tree | 63ed860d16b1beed6aa5c6651e69334b25b2691b /sysutils/portupgrade/Makefile | |
parent | ca5dafe33479c9f3b808e07ad1a5d558fc1cb54f (diff) | |
download | freebsd-ports-graphics-5de2c610345a943c775f82849b9056805566e9d6.tar.gz freebsd-ports-graphics-5de2c610345a943c775f82849b9056805566e9d6.tar.zst freebsd-ports-graphics-5de2c610345a943c775f82849b9056805566e9d6.zip |
Update to 20040701. New distfile.
portupgrade:
- Make -PP/--use-packages-only work better, just as I originally
intended. Now packages are correctly identified using
pkg_info(1), "LATEST_LINK" files are also properly detected.
Related informational messages have also been improved.
It turned out that the LATEST_LINK/NO_LATEST_LINK detection was
broken long ago and hasn't been working for long.
pkg_fetch(1):
- Properly rename a "latest link" file with a full package name with
version part.
pkgtools.conf(5):
- Improve and unify the method for pattern matching in MAKE_ARGS,
BEFOREBUILD, BEFOREDEINSTALL and AFTERINSTALL variables.
This should fix some cases where it looks like MAKE_ARGS entries
are ignored.
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 baf92609e5f..87deaa74b64 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 |