diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-03-18 02:17:51 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-03-18 02:17:51 +0000 |
commit | 55b6b5f7a42570914435a5379789fa596c1fcd9f (patch) | |
tree | c679c25bdfa4625813653c4cd974945916c1b8e2 /ports-mgmt/porttools/Makefile | |
parent | b2145a4da0ddb5f357eb3e0af4914183f3d5c86c (diff) |
Notes
Diffstat (limited to 'ports-mgmt/porttools/Makefile')
-rw-r--r-- | ports-mgmt/porttools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/porttools/Makefile b/ports-mgmt/porttools/Makefile index a3211514a3a9..532e4402deb2 100644 --- a/ports-mgmt/porttools/Makefile +++ b/ports-mgmt/porttools/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= porttools -PORTVERSION= 1.00.2014.03.11 +PORTVERSION= 1.00.2014.03.16 CATEGORIES= ports-mgmt MAINTAINER= xmj@chaot.net @@ -17,7 +17,7 @@ RUN_DEPENDS= portlint:${PORTSDIR}/ports-mgmt/portlint \ USE_GITHUB= yes GH_ACCOUNT= xmj -GH_COMMIT= c3af7f0 +GH_COMMIT= f9e566d GH_TAGNAME= ${GH_COMMIT} # Make the version information of porttools itself |