svn commit: r348858 - head/graphics/hsetroot
Pawel Pekala
pawel at FreeBSD.org
Sun Mar 23 14:50:26 UTC 2014
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 at 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 at FreeBSD.org
+MAINTAINER= freebsd at 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
More information about the svn-ports-all
mailing list