diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-05-25 03:09:22 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-05-25 03:09:22 +0800 |
commit | cd5bdc94737a57c72b0ac0ed3d8c82c278743ae5 (patch) | |
tree | 885da9970688af25c10ef48cb0f26971bd2f28f9 /ports-mgmt | |
parent | 3ff00f57a9f41a3f33332955d7694df383f2bc79 (diff) | |
download | freebsd-ports-gnome-cd5bdc94737a57c72b0ac0ed3d8c82c278743ae5.tar.gz freebsd-ports-gnome-cd5bdc94737a57c72b0ac0ed3d8c82c278743ae5.tar.zst freebsd-ports-gnome-cd5bdc94737a57c72b0ac0ed3d8c82c278743ae5.zip |
- Update to checkin 352086b
Changes:
* Use random temporary file for building index
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 6 | ||||
-rw-r--r-- | ports-mgmt/portupgrade-devel/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 6c074b061fd0..8868b0af68f1 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 20131212 +PORTVERSION= 20140524 PORTEPOCH= 3 CATEGORIES= ports-mgmt MASTER_SITES= GH \ @@ -13,14 +13,14 @@ DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} MAINTAINER= bdrewery@FreeBSD.org COMMENT= FreeBSD ports/packages management tool (devel version) -LICENSE= BSD +LICENSE= BSD3CLAUSE CONFLICTS_INSTALL= portupgrade-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= portupgrade -GH_COMMIT= 96722b2 +GH_COMMIT= 352086b GH_TAGNAME= ${GH_COMMIT} DIST_SUBDIR= ${PORTNAME} diff --git a/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo index fd01033ca110..47463a9f668a 100644 --- a/ports-mgmt/portupgrade-devel/distinfo +++ b/ports-mgmt/portupgrade-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (portupgrade/freebsd-portupgrade-20131212-0-g96722b2.tar.gz) = ffe1d7d1b8881004917a9f4c32e7a01bd33b78cf9487282d0183f3566b6ec655 -SIZE (portupgrade/freebsd-portupgrade-20131212-0-g96722b2.tar.gz) = 107120 +SHA256 (portupgrade/freebsd-portupgrade-20140524-0-g352086b.tar.gz) = 80c76da88848a5d7d9b5867e77f025ca029f12590a6c50bd75985263efa341b1 +SIZE (portupgrade/freebsd-portupgrade-20140524-0-g352086b.tar.gz) = 107125 |