- Update to version 1.0.p10
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
Author: miwi Date: Sun Mar 24 16:06:49 2013 New Revision: 315137 URL: http://svnweb.freebsd.org/changeset/ports/315137 Log: - Update to 1.0.p10 PR: 177251 Submitted by: ports fury Modified: head/sysutils/sysgather/Makefile (contents, props changed) head/sysutils/sysgather/distinfo (contents, props changed) head/sysutils/sysgather/pkg-plist (contents, props changed) Modified: head/sysutils/sysgather/Makefile ============================================================================== --- head/sysutils/sysgather/Makefile Sun Mar 24 16:04:22 2013 (r315136) +++ head/sysutils/sysgather/Makefile Sun Mar 24 16:06:49 2013 (r315137) @@ -1,24 +1,33 @@ -# New ports collection makefile for: sysgather -# Date created: 16 December 2005 -# Whom: roam@FreeBSD.org -# +# Created by: roam@FreeBSD.org # $FreeBSD$ -# PORTNAME= sysgather -PORTVERSION= 1.0.b9 +DISTVERSION= 1.0pre10 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/sysgather/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} MAINTAINER= ports@FreeBSD.org COMMENT= Keep configuration files under version control +LICENSE= BSD + BUILD_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles RUN_DEPENDS:= ${BUILD_DEPENDS} +OPTIONS_DEFINE= EXAMPLES + USE_PERL5= yes MAN1= sysgather.1 +.include <bsd.port.options.mk> + +.if empty(PORT_OPTIONS:MEXAMPLES) +MAKE_ENV+= EXAMPLESDIR="${WRKDIR}" +.endif + +post-patch: + @${REINPLACE_CMD} -e \ + 's|^#!.*/perl|#!${PERL}|' ${WRKSRC}/sysgather.pl + .include <bsd.port.mk> Modified: head/sysutils/sysgather/distinfo ============================================================================== --- head/sysutils/sysgather/distinfo Sun Mar 24 16:04:22 2013 (r315136) +++ head/sysutils/sysgather/distinfo Sun Mar 24 16:06:49 2013 (r315137) @@ -1,2 +1,2 @@ -SHA256 (sysgather-1.0pre9.tar.gz) = 347151eeddc59e0d49ba55d58b910f5259063f342c0c715530f047a230df2009 -SIZE (sysgather-1.0pre9.tar.gz) = 15020 +SHA256 (sysgather-1.0pre10.tar.gz) = d767e78ae6612d0adeee837d4489112b155b664dd3f5bb94e77a967fcc067997 +SIZE (sysgather-1.0pre10.tar.gz) = 16084 Modified: head/sysutils/sysgather/pkg-plist ============================================================================== --- head/sysutils/sysgather/pkg-plist Sun Mar 24 16:04:22 2013 (r315136) +++ head/sysutils/sysgather/pkg-plist Sun Mar 24 16:06:49 2013 (r315137) @@ -2,7 +2,7 @@ bin/sysgather @unexec if cmp -s %D/etc/sysgather.conf %D/etc/sysgather.conf.default; then rm -f %D/etc/sysgather.conf; fi etc/sysgather.conf.default @exec [ -f %B/sysgather.conf ] || cp %B/%f %B/sysgather.conf -%%EXAMPLESDIR%%/debian.conf -%%EXAMPLESDIR%%/freebsd.conf -%%EXAMPLESDIR%%/slackware.conf -@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slackware.conf +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% _______________________________________________ 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"