- Update to checkin 685cb60

- Update upstream repo location

Changes:
  * Fix how pkgng support is detected for completions
  * Fix portcvsweb so it uses svnweb.FreeBSD.ORG
  * Symlink portcvsweb as portsvnweb
  * Fix portcvsweb FreshPorts and datespec support
  * Add support for WITH_PKGNG=devel
This commit is contained in:
Bryan Drewery 2013-06-17 13:17:03 +00:00
parent 92eb5e8abc
commit f1429b91b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321107
4 changed files with 10 additions and 8 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= portupgrade
PORTVERSION= 20130313
PORTREVISION= 1
PORTVERSION= 20130617
PORTEPOCH= 3
CATEGORIES= ports-mgmt
MASTER_SITES= GH \
@ -19,9 +18,9 @@ LICENSE= BSD
CONFLICTS_INSTALL= portupgrade-[0-9]*
USE_GITHUB= yes
GH_ACCOUNT= pkgtools
GH_PROJECT= pkgtools
GH_COMMIT= 2187011
GH_ACCOUNT= freebsd
GH_PROJECT= portupgrade
GH_COMMIT= 685cb60
GH_TAGNAME= ${GH_COMMIT}
DIST_SUBDIR= ${PORTNAME}
@ -35,6 +34,7 @@ MAN1= pkg_deinstall.1 \
pkgdb.1 \
pkgdu.1 \
portcvsweb.1 \
portsvnweb.1 \
portsclean.1 \
portsdb.1 \
portupgrade.1 \
@ -42,6 +42,7 @@ MAN1= pkg_deinstall.1 \
MAN5= pkgtools.conf.5
MLINKS= pkgdb.1 pkg_which.1 \
portupgrade.1 portinstall.1 \
portcvsweb.1 portsvnweb.1 \
portsdb.1 ports_glob.1
MANCOMPRESSED= maybe

View File

@ -1,2 +1,2 @@
SHA256 (portupgrade/pkgtools-pkgtools-20130313-0-g2187011.tar.gz) = 5b11593b62bc4bfb19fd628d8120e48ac81ef8dc0b704839717a7a25ce7289d1
SIZE (portupgrade/pkgtools-pkgtools-20130313-0-g2187011.tar.gz) = 105653
SHA256 (portupgrade/freebsd-portupgrade-20130617-0-g685cb60.tar.gz) = d1526981051963b158f141ca072755f4018fcb9e6ea7bddb22e2f831cf140427
SIZE (portupgrade/freebsd-portupgrade-20130617-0-g685cb60.tar.gz) = 105995

View File

@ -5,7 +5,7 @@ dependency chains up and down upgrading packages recursively.
This package also includes the following utilities:
portinstall: Helps you install new ports in a handy way.
portcvsweb: Instantly lets you browse change history via CVSweb.
portsvnweb: Instantly lets you browse change history via SVNweb.
portversion: Replaces pkg_version(1) and helps you upgrade packages
with portupgrade(1). (runs much faster)
portsclean: Cleans ports workdir's, unreferenced distfiles,

View File

@ -9,6 +9,7 @@ sbin/pkg_which
sbin/pkgdb
sbin/pkgdu
sbin/portcvsweb
sbin/portsvnweb
sbin/portinstall
sbin/ports_glob
sbin/portsclean