diff options
author | mat <mat@FreeBSD.org> | 2015-05-08 04:24:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-08 04:24:15 +0800 |
commit | 7841559a50500dbb0f7c24009b739c3b08cf2cf6 (patch) | |
tree | 97a8a198649a73e26fe96adf11b755d0b80e3533 /sysutils/xfce4-bsdcpufreq-plugin/Makefile | |
parent | 0b5a53f719530a1c43cf777a53506d3417fddd57 (diff) | |
download | freebsd-ports-gnome-7841559a50500dbb0f7c24009b739c3b08cf2cf6.tar.gz freebsd-ports-gnome-7841559a50500dbb0f7c24009b739c3b08cf2cf6.tar.zst freebsd-ports-gnome-7841559a50500dbb0f7c24009b739c3b08cf2cf6.zip |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'sysutils/xfce4-bsdcpufreq-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-bsdcpufreq-plugin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/xfce4-bsdcpufreq-plugin/Makefile b/sysutils/xfce4-bsdcpufreq-plugin/Makefile index 21d41e8276b9..34825afdc276 100644 --- a/sysutils/xfce4-bsdcpufreq-plugin/Makefile +++ b/sysutils/xfce4-bsdcpufreq-plugin/Makefile @@ -6,7 +6,6 @@ PORTNAME= xfce4-bsdcpufreq-plugin PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= sysutils xfce -MASTER_SITES= GHL MAINTAINER= riggs@FreeBSD.org COMMENT= Displays the current CPU clock frequency in the panel @@ -16,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= riggs- -GH_COMMIT= be17b3a -GH_TAGNAME= ${GH_COMMIT} +GH_TAGNAME= be17b3a USE_GNOME= gtk20 |