diff options
author | mat <mat@FreeBSD.org> | 2015-05-06 23:16:53 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-06 23:16:53 +0800 |
commit | fdf5e05adcbf7815959a76ea54ef03c1abf2b1c2 (patch) | |
tree | 385230180bcda4fc6cd7a1a7465d2944e039c131 /devel/libtpl/Makefile | |
parent | 86b530b12dd467324ca3c61be77956ac03d7c5ac (diff) | |
download | freebsd-ports-graphics-fdf5e05adcbf7815959a76ea54ef03c1abf2b1c2.tar.gz freebsd-ports-graphics-fdf5e05adcbf7815959a76ea54ef03c1abf2b1c2.tar.zst freebsd-ports-graphics-fdf5e05adcbf7815959a76ea54ef03c1abf2b1c2.zip |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/libtpl/Makefile')
-rw-r--r-- | devel/libtpl/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/libtpl/Makefile b/devel/libtpl/Makefile index d175f072b9f..b42e80c46a9 100644 --- a/devel/libtpl/Makefile +++ b/devel/libtpl/Makefile @@ -5,21 +5,19 @@ PORTNAME= libtpl PORTVERSION= 1.6 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GHL MAINTAINER= culot@FreeBSD.org COMMENT= Tpl is a library for serializing C data -OPTIONS_DEFINE= DOCS - LICENSE= GPLv3 MIT LICENSE_COMB= multi +OPTIONS_DEFINE= DOCS + USES= libtool tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= waitman -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 8fa17e5 +GH_TAGNAME= 8fa17e5 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared |