Bug 187851 - [PATCH] graphics/hsetroot new maintainer
Summary: [PATCH] graphics/hsetroot new maintainer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-23 13:20 UTC by A.J. "Fonz" van Werven
Modified: 2014-03-23 15:00 UTC (History)
0 users

See Also:


Attachments
file.diff (614 bytes, patch)
2014-03-23 13:20 UTC, A.J. "Fonz" van Werven
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description A.J. "Fonz" van Werven 2014-03-23 13:20:00 UTC
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:
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-03-23 14:50:29 UTC
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"
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2014-03-23 14:50:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!