ports/117302: [update] : misc/grc update to 1.1
Philippe Audeoud
jadawin at tuxaco.net
Thu Oct 18 15:20:01 UTC 2007
>Number: 117302
>Category: ports
>Synopsis: [update] : misc/grc update to 1.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Oct 18 15:20:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: Philippe Audeoud
>Release: FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD huppa.tuxaco.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Mar 20 16:05:42 CET 2007 root@:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Here is the patch to update misc/grc to version 1.1
>How-To-Repeat:
>Fix:
--- patch-grc.1 begins here ---
diff -ruN misc/grc.orig/Makefile misc/grc/Makefile
--- misc/grc.orig/Makefile Thu Oct 18 14:48:57 2007
+++ misc/grc/Makefile Thu Oct 18 15:11:28 2007
@@ -7,9 +7,9 @@
#
PORTNAME= grc
-PORTVERSION= 1.0.6
+PORTVERSION= 1.1
CATEGORIES= misc
-MASTER_SITES= http://melkor.dnp.fmph.uniba.sk/~garabik/grc/
+MASTER_SITES= http://kassiopeia.juls.savba.sk/~garabik/software/grc/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
@@ -28,11 +28,11 @@
.endfor
do-install:
-.for file in grc grcat
- ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
+.for f in grc grcat
+ ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
-.for file in ${MAN1}
- ${INSTALL_MAN} ${WRKSRC}/${file} ${MAN1PREFIX}/man/man1
+.for i in ${MAN1}
+ ${INSTALL_MAN} ${WRKSRC}/${i} ${MAN1PREFIX}/man/man1
.endfor
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/conf.* ${DATADIR}
diff -ruN misc/grc.orig/distinfo misc/grc/distinfo
--- misc/grc.orig/distinfo Thu Oct 18 14:48:57 2007
+++ misc/grc/distinfo Thu Oct 18 14:49:50 2007
@@ -1,3 +1,3 @@
-MD5 (grc_1.0.6.tar.gz) = 581eb1c88dbbc7281bf58ea011a6362d
-SHA256 (grc_1.0.6.tar.gz) = 52f7dd6c79236c7dd2fec81af73d0008658c76c14b72f1e91077b077ef690f36
-SIZE (grc_1.0.6.tar.gz) = 22315
+MD5 (grc_1.1.tar.gz) = eeb612aba2fff14cbaf1f3bec7e1eb60
+SHA256 (grc_1.1.tar.gz) = 06efb316d015e04866b927d6b54276a5d65617eab8ba6567c874d668768f8f4b
+SIZE (grc_1.1.tar.gz) = 23253
diff -ruN misc/grc.orig/pkg-plist misc/grc/pkg-plist
--- misc/grc.orig/pkg-plist Thu Oct 18 14:48:57 2007
+++ misc/grc/pkg-plist Thu Oct 18 15:09:07 2007
@@ -11,4 +11,6 @@
%%DATADIR%%/conf.ping
%%DATADIR%%/conf.proftpd
%%DATADIR%%/conf.traceroute
+%%DATADIR%%/conf.wdiff
+%%DATADIR%%/conf.cvs
@dirrm %%DATADIR%%
--- patch-grc.1 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list