diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-16 16:56:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-16 16:56:30 +0000 |
commit | c8bbc410e3a7bedfdda0799e23dd17a93915c1dc (patch) | |
tree | 47539d2de1cfda123d8c788886e78db6d1ecf3ba /ports-mgmt/portupgrade-devel | |
parent | 47a3e0f3709bf8010d859863a26585813a046022 (diff) | |
download | ports-c8bbc410e3a7bedfdda0799e23dd17a93915c1dc.tar.gz ports-c8bbc410e3a7bedfdda0799e23dd17a93915c1dc.zip |
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.
Notes
Notes:
svn path=/head/; revision=75659
Diffstat (limited to 'ports-mgmt/portupgrade-devel')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/portupgrade-devel/distinfo | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 34fd9a7bd79a..dabd0bfd66ca 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/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/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo index 8156d3cb7bb4..11f177f3c9d0 100644 --- a/ports-mgmt/portupgrade-devel/distinfo +++ b/ports-mgmt/portupgrade-devel/distinfo @@ -1 +1,2 @@ MD5 (pkgtools-20030123.tar.bz2) = 2558438bfb4a1dbd6b20d9c10b54edfc +MD5 (pkgtools-20030123-20030217.diff.bz2) = 49875bb501e17827d6a2b66f212bcacd |