Index: head/sysutils/sysgather/Makefile =================================================================== --- head/sysutils/sysgather/Makefile (revision 315136) +++ head/sysutils/sysgather/Makefile (revision 315137) @@ -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 + +.if empty(PORT_OPTIONS:MEXAMPLES) +MAKE_ENV+= EXAMPLESDIR="${WRKDIR}" +.endif + +post-patch: + @${REINPLACE_CMD} -e \ + 's|^#!.*/perl|#!${PERL}|' ${WRKSRC}/sysgather.pl .include Property changes on: head/sysutils/sysgather/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/sysgather/distinfo =================================================================== --- head/sysutils/sysgather/distinfo (revision 315136) +++ head/sysutils/sysgather/distinfo (revision 315137) @@ -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 Property changes on: head/sysutils/sysgather/distinfo ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/sysgather/pkg-plist =================================================================== --- head/sysutils/sysgather/pkg-plist (revision 315136) +++ head/sysutils/sysgather/pkg-plist (revision 315137) @@ -1,8 +1,8 @@ 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%% Property changes on: head/sysutils/sysgather/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property