graphics/hsetroot is currently orphaned. I volunteer to take maintainership of it. The port has already been stagified and has been checked with portlint. The WWW and original MASTER_SITE(S) are currently down for maintenance, but I'll keep an eye on that. I'm mirroring the distfile. Fix: Patch attached with submission follows:
Author: pawel Date: Sun Mar 23 14:50:25 2014 New Revision: 348858 URL: http://svnweb.freebsd.org/changeset/ports/348858 QAT: https://qat.redports.org/buildarchive/r348858/ Log: - Take maintainership - Add maintainer's mirror, main site is down for maintaince - Append not set LDFLAGS PR: ports/187851 Submitted by: A.J. van Werven <freebsd@skysmurf.nl> Modified: head/graphics/hsetroot/Makefile Modified: head/graphics/hsetroot/Makefile ============================================================================== --- head/graphics/hsetroot/Makefile Sun Mar 23 14:42:53 2014 (r348857) +++ head/graphics/hsetroot/Makefile Sun Mar 23 14:50:25 2014 (r348858) @@ -5,9 +5,10 @@ PORTNAME= hsetroot PORTVERSION= 1.0.2 PORTREVISION= 10 CATEGORIES= graphics -MASTER_SITES= http://cdn.thegraveyard.org/releases/hsetroot/ +MASTER_SITES= http://cdn.thegraveyard.org/releases/hsetroot/ \ + http://www.skysmurf.nl/comp/FreeBSD/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@skysmurf.nl COMMENT= Wallpaper manipulation utility for X11 LICENSE= GPLv2 @@ -16,7 +17,7 @@ GNU_CONFIGURE= yes USES= gmake USE_EFL= imlib2 USE_XORG= x11 -LDFLAGS= -lX11 +LDFLAGS+= -lX11 PLIST_FILES= bin/hsetroot _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!