diff options
author | rene <rene@FreeBSD.org> | 2016-12-26 19:59:12 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-12-26 19:59:12 +0800 |
commit | a983f9881d628607679ec40daf80fe23f66f9178 (patch) | |
tree | 8b8bae65903c26991a884a3e102db51e7a2de747 /graphics | |
parent | 2b09cc3ed23eba974044505db14301a06be7eeb3 (diff) | |
download | freebsd-ports-gnome-a983f9881d628607679ec40daf80fe23f66f9178.tar.gz freebsd-ports-gnome-a983f9881d628607679ec40daf80fe23f66f9178.tar.zst freebsd-ports-gnome-a983f9881d628607679ec40daf80fe23f66f9178.zip |
Reset ports per maintainer request.
PR: 215557
Submitted by: A.J. "Fonz" van Werven (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hsetroot/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/hsetroot/Makefile b/graphics/hsetroot/Makefile index ec33a200c174..efd7a95a73d5 100644 --- a/graphics/hsetroot/Makefile +++ b/graphics/hsetroot/Makefile @@ -5,16 +5,17 @@ PORTNAME= hsetroot PORTVERSION= 1.0.2 PORTREVISION= 11 CATEGORIES= graphics -MASTER_SITES= http://cdn.thegraveyard.org/releases/hsetroot/ \ - http://www.skysmurf.nl/comp/FreeBSD/distfiles/ +MASTER_SITES= http://cdn.thegraveyard.org/releases/hsetroot/ -MAINTAINER= freebsd@skysmurf.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Wallpaper manipulation utility for X11 LICENSE= GPLv2 LIB_DEPENDS= libImlib2.so:graphics/imlib2 +BROKEN= unfetchable (apparently abandoned upstream) + GNU_CONFIGURE= yes USES= gmake USE_XORG= x11 |