diff options
author | mat <mat@FreeBSD.org> | 2015-05-28 16:16:26 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-28 16:16:26 +0800 |
commit | 248ad86cb96236b6fca7e2bb0f572cf3daef64e5 (patch) | |
tree | 9d8baa930d9585572e90f969d4da1909df3da50a /x11 | |
parent | 9ac6cbd724089d5b411ab70168e6cf9556cb5c21 (diff) | |
download | freebsd-ports-gnome-248ad86cb96236b6fca7e2bb0f572cf3daef64e5.tar.gz freebsd-ports-gnome-248ad86cb96236b6fca7e2bb0f572cf3daef64e5.tar.zst freebsd-ports-gnome-248ad86cb96236b6fca7e2bb0f572cf3daef64e5.zip |
Fixup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rofi/Makefile | 3 | ||||
-rw-r--r-- | x11/rofi/distinfo | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/x11/rofi/Makefile b/x11/rofi/Makefile index 1bb85a79c7fb..c9bf1caa065d 100644 --- a/x11/rofi/Makefile +++ b/x11/rofi/Makefile @@ -3,7 +3,6 @@ PORTNAME= rofi PORTVERSION= 0.15.2 CATEGORIES= x11 -MASTER_SITES= GH MAINTAINER= nomoo@nomoo.ru COMMENT= Window switcher, run dialog and dmenu replacement @@ -12,9 +11,7 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= DaveDavenport -GH_TAGNAME= 0.15.2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes USES= autoreconf pkgconfig gmake USE_XORG= x11 xinerama xft diff --git a/x11/rofi/distinfo b/x11/rofi/distinfo index a8de37b59c16..8d17d8f6e9dd 100644 --- a/x11/rofi/distinfo +++ b/x11/rofi/distinfo @@ -1,2 +1,2 @@ -SHA256 (DaveDavenport-rofi-0.15.2-0.15.2_GH0.tar.gz) = f666398a85d1809fe482bf97ca929105e40319d2c496a849facaf127082b01a2 -SIZE (DaveDavenport-rofi-0.15.2-0.15.2_GH0.tar.gz) = 63627 +SHA256 (DaveDavenport-rofi-0.15.2_GH0.tar.gz) = f666398a85d1809fe482bf97ca929105e40319d2c496a849facaf127082b01a2 +SIZE (DaveDavenport-rofi-0.15.2_GH0.tar.gz) = 63627 |