From owner-svn-ports-head@FreeBSD.ORG Sun Mar 23 14:50:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77A3F427; Sun, 23 Mar 2014 14:50:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64B3EAD; Sun, 23 Mar 2014 14:50:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2NEoQe4040670; Sun, 23 Mar 2014 14:50:26 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2NEoQrF040669; Sun, 23 Mar 2014 14:50:26 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201403231450.s2NEoQrF040669@svn.freebsd.org> From: Pawel Pekala Date: Sun, 23 Mar 2014 14:50:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348858 - head/graphics/hsetroot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 14:50:26 -0000 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 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