diff options
author | knu <knu@FreeBSD.org> | 2003-02-16 16:56:30 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-16 16:56:30 +0000 |
commit | 8c4cce6dee03b1e87b6ee184fac79706dc116d90 (patch) | |
tree | b150531f93a3980f1b00a788d51b9266b34716db /sysutils | |
parent | 3aab89ec4a9718de495f068c6463e5611436e45c (diff) | |
download | FreeBSD-ports-8c4cce6dee03b1e87b6ee184fac79706dc116d90.zip FreeBSD-ports-8c4cce6dee03b1e87b6ee184fac79706dc116d90.tar.gz |
Update to 20030217.
portupgrade(1):
- Improve the packages support: When installing a binary package,
automatically detect and install ports/packages it depends on.
portsdb(1):
- Replace COMMENT with COMMENTFILE.
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
pkgdb(1):
- Treat bsdpan-* packages specially; set their origins to those of
p5-* where possible.
Requested by: nik
- Fix a minor problem with modifying the origin information of a
package where it has no origin line.
pkgtools.conf(5):
- Make MAKE_ARGS more intelligent so installed pkgnames such as
'ruby18-*' => 'RUBY_VER=1.8' is understood.
- Chase the bento site hierarchy change.
- Update some of the examples.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 4 | ||||
-rw-r--r-- | sysutils/portupgrade-devel/distinfo | 1 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 4 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 34fd9a7..dabd0bf 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -6,14 +6,14 @@ # PORTNAME= portupgrade -PORTVERSION= 20030123 +PORTVERSION= 20030217 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${DISTVERSION} -DISTVERSION= ${PORTVERSION} +DISTVERSION= 20030123 .if ${DISTVERSION} != ${PORTVERSION} PATCH_SITES= ${MASTER_SITES} diff --git a/sysutils/portupgrade-devel/distinfo b/sysutils/portupgrade-devel/distinfo index 8156d3c..11f177f 100644 --- a/sysutils/portupgrade-devel/distinfo +++ b/sysutils/portupgrade-devel/distinfo @@ -1 +1,2 @@ MD5 (pkgtools-20030123.tar.bz2) = 2558438bfb4a1dbd6b20d9c10b54edfc +MD5 (pkgtools-20030123-20030217.diff.bz2) = 49875bb501e17827d6a2b66f212bcacd diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 34fd9a7..dabd0bf 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,14 +6,14 @@ # PORTNAME= portupgrade -PORTVERSION= 20030123 +PORTVERSION= 20030217 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= knu DISTNAME= pkgtools-${DISTVERSION} -DISTVERSION= ${PORTVERSION} +DISTVERSION= 20030123 .if ${DISTVERSION} != ${PORTVERSION} PATCH_SITES= ${MASTER_SITES} diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index 8156d3c..11f177f 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1,2 @@ MD5 (pkgtools-20030123.tar.bz2) = 2558438bfb4a1dbd6b20d9c10b54edfc +MD5 (pkgtools-20030123-20030217.diff.bz2) = 49875bb501e17827d6a2b66f212bcacd |