diff options
author | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-19 01:07:45 +0800 |
commit | 2574893f2308874906f621f7c7435d7f8d5b2e33 (patch) | |
tree | 912fc46258efb2d48bb6aedc0d0b7102da00f29c /x11-wm/cwm | |
parent | 03e238719c2d43ed160b7409281f5f7295a8710a (diff) | |
download | freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.gz freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.tar.zst freebsd-ports-gnome-2574893f2308874906f621f7c7435d7f8d5b2e33.zip |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'x11-wm/cwm')
-rw-r--r-- | x11-wm/cwm/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/cwm/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-wm/cwm/Makefile b/x11-wm/cwm/Makefile index fcc81cdfde38..5218732bac58 100644 --- a/x11-wm/cwm/Makefile +++ b/x11-wm/cwm/Makefile @@ -2,9 +2,9 @@ PORTNAME= cwm PORTVERSION= 5.6 +DISTVERSIONPREFIX= v CATEGORIES= x11-wm MASTER_SITES= http://chneukirchen.org/releases/ \ - http://github.com/chneukirchen/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ MAINTAINER= braakvaak@aol.com COMMENT= Minimalistic window manager for X11 based on evilwm @@ -15,6 +15,8 @@ LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig USES= pkgconfig:build USE_XORG= x11 xft xinerama xrandr +USE_GITHUB= yes +GH_ACCOUNT= chneukirchen PLIST_FILES= bin/cwm \ man/man1/cwm.1.gz \ diff --git a/x11-wm/cwm/distinfo b/x11-wm/cwm/distinfo index a0c21c3a18e2..d16bf4175b5c 100644 --- a/x11-wm/cwm/distinfo +++ b/x11-wm/cwm/distinfo @@ -1,2 +1,2 @@ -SHA256 (cwm-5.6.tar.gz) = 006320bb1716cc0f93bac5634dcccd01f21d468263b5fc9d1be2dd11078a0625 -SIZE (cwm-5.6.tar.gz) = 50799 +SHA256 (chneukirchen-cwm-v5.6_GH0.tar.gz) = 006320bb1716cc0f93bac5634dcccd01f21d468263b5fc9d1be2dd11078a0625 +SIZE (chneukirchen-cwm-v5.6_GH0.tar.gz) = 50799 |