ports/177251: sysutils/sysgather: Update to version 1.0.p10
KATO Tsuguru
tkato432 at yahoo.com
Fri Mar 22 18:40:03 UTC 2013
>Number: 177251
>Category: ports
>Synopsis: sysutils/sysgather: Update to version 1.0.p10
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Mar 22 18:40:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.p10
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/sysutils/sysgather/Makefile sysutils/sysgather/Makefile
--- /usr/ports/sysutils/sysgather/Makefile 2012-11-08 07:40:33.000000000 +0900
+++ sysutils/sysgather/Makefile 2013-02-27 22:43:04.000000000 +0900
@@ -1,24 +1,33 @@
-# New ports collection makefile for: sysgather
-# Date created: 16 December 2005
-# Whom: roam at FreeBSD.org
-#
+# Created by: roam at FreeBSD.org
# $FreeBSD: head/sysutils/sysgather/Makefile 300897 2012-07-14 14:29:18Z beat $
-#
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 at 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>
diff -urN /usr/ports/sysutils/sysgather/distinfo sysutils/sysgather/distinfo
--- /usr/ports/sysutils/sysgather/distinfo 2012-11-08 07:40:33.000000000 +0900
+++ sysutils/sysgather/distinfo 2013-02-27 22:31:15.000000000 +0900
@@ -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
diff -urN /usr/ports/sysutils/sysgather/pkg-plist sysutils/sysgather/pkg-plist
--- /usr/ports/sysutils/sysgather/pkg-plist 2012-11-08 07:40:33.000000000 +0900
+++ sysutils/sysgather/pkg-plist 2013-02-27 22:37:07.000000000 +0900
@@ -2,7 +2,7 @@
@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
- at dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slackware.conf
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list