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/libcfu/Makefile | |
parent | 86b530b12dd467324ca3c61be77956ac03d7c5ac (diff) | |
download | freebsd-ports-gnome-fdf5e05adcbf7815959a76ea54ef03c1abf2b1c2.tar.gz freebsd-ports-gnome-fdf5e05adcbf7815959a76ea54ef03c1abf2b1c2.tar.zst freebsd-ports-gnome-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/libcfu/Makefile')
-rw-r--r-- | devel/libcfu/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/libcfu/Makefile b/devel/libcfu/Makefile index ea35697f8773..05ab05b69039 100644 --- a/devel/libcfu/Makefile +++ b/devel/libcfu/Makefile @@ -4,7 +4,6 @@ PORTNAME= libcfu DISTVERSION= 0.04a PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= GHL MAINTAINER= crees@FreeBSD.org COMMENT= Simple library of tools for developing multithreaded software @@ -13,7 +12,6 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= crees -GH_COMMIT= 947dba4 GH_TAGNAME= 947dba4 USES= autoreconf makeinfo pkgconfig pathfix libtool |