diff options
author | cs <cs@FreeBSD.org> | 2017-01-03 05:09:03 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2017-01-03 05:09:03 +0800 |
commit | 535a0b7647f8435470020416f1c027a2fc21f7d7 (patch) | |
tree | 574d9c736e1546db6025257d5fecb19367ff8645 | |
parent | 82fe43df039ae6cdabafa2f8be013d79aaf762ea (diff) | |
download | freebsd-ports-gnome-535a0b7647f8435470020416f1c027a2fc21f7d7.tar.gz freebsd-ports-gnome-535a0b7647f8435470020416f1c027a2fc21f7d7.tar.zst freebsd-ports-gnome-535a0b7647f8435470020416f1c027a2fc21f7d7.zip |
Use DIST_SUBDIR
Reported by: @mat
-rw-r--r-- | net/go-bapu/Makefile | 2 | ||||
-rw-r--r-- | net/go-bapu/distinfo | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/go-bapu/Makefile b/net/go-bapu/Makefile index cdfa4b112c91..3a95c15b8394 100644 --- a/net/go-bapu/Makefile +++ b/net/go-bapu/Makefile @@ -3,10 +3,12 @@ PORTNAME= bapu PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://bitbucket.org/carlostrub/bapu/get/ PKGNAMEPREFIX= go- DISTNAME= v${PORTVERSION} +DIST_SUBDIR= go-bapu MAINTAINER= cs@FreeBSD.org COMMENT= Virtual Machine Controller for Gandi.net diff --git a/net/go-bapu/distinfo b/net/go-bapu/distinfo index 4f2de6e0b902..36da407b67fb 100644 --- a/net/go-bapu/distinfo +++ b/net/go-bapu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483386197 -SHA256 (v0.1.0.tar.bz2) = 6e0ab806a2ee8a0e8bcec62eddafb111e2489a7dd74ecff342574ad6f60f0d65 -SIZE (v0.1.0.tar.bz2) = 6191339 +TIMESTAMP = 1483391253 +SHA256 (go-bapu/v0.1.0.tar.bz2) = 6e0ab806a2ee8a0e8bcec62eddafb111e2489a7dd74ecff342574ad6f60f0d65 +SIZE (go-bapu/v0.1.0.tar.bz2) = 6191339 |