Date: Fri, 1 Sep 2006 10:30:27 GMT From: Phil Oleson <oz@nixil.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/102743 : [Maintainer-Update] Upgrade mail/reply-o-matic to 1.4.1 Message-ID: <200609011030.k81AURem099067@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/102743; it has been noted by GNATS. From: Phil Oleson <oz@nixil.net> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/102743 : [Maintainer-Update] Upgrade mail/reply-o-matic to 1.4.1 Date: Fri, 01 Sep 2006 04:26:26 -0600 This is a multi-part message in MIME format. --------------060903070801040303020502 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Blah.. I botched the pkg_plist change I made in the previous patch. Attached is a corrected version. --------------060903070801040303020502 Content-Type: text/plain; name="rom-patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="rom-patch" diff -ruN reply-o-matic.orig/Makefile reply-o-matic/Makefile --- reply-o-matic.orig/Makefile Fri Sep 1 03:24:01 2006 +++ reply-o-matic/Makefile Fri Sep 1 03:44:42 2006 @@ -6,7 +6,7 @@ # PORTNAME= reply-o-matic -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN reply-o-matic.orig/distinfo reply-o-matic/distinfo --- reply-o-matic.orig/distinfo Fri Sep 1 03:24:01 2006 +++ reply-o-matic/distinfo Fri Sep 1 03:24:28 2006 @@ -1,3 +1,3 @@ -MD5 (reply-o-matic-1.2.0.tar.gz) = 770eee68bed7da27fed35afc95f1e205 -SHA256 (reply-o-matic-1.2.0.tar.gz) = 2603558abf1996796483675e6b0da96bdce537ed55273b5ba45d0b7800eb8e2a -SIZE (reply-o-matic-1.2.0.tar.gz) = 26483 +MD5 (reply-o-matic-1.4.1.tar.gz) = 4b6f97c7ded8fc46eebdb0e1597eea13 +SHA256 (reply-o-matic-1.4.1.tar.gz) = d266f776803d0fdf61702fd9fcd5d3c62d41b0db0797736a6eaa5b841ed27722 +SIZE (reply-o-matic-1.4.1.tar.gz) = 26983 diff -ruN reply-o-matic.orig/files/patch-Makefile reply-o-matic/files/patch-Makefile --- reply-o-matic.orig/files/patch-Makefile Fri Sep 1 03:24:01 2006 +++ reply-o-matic/files/patch-Makefile Fri Sep 1 03:34:46 2006 @@ -1,16 +1,17 @@ ---- Makefile.orig Tue Nov 25 18:41:39 2003 -+++ Makefile Thu May 13 19:34:50 2004 -@@ -1,7 +1,5 @@ +--- Makefile.orig Sun Aug 20 01:06:42 2006 ++++ Makefile Fri Sep 1 03:34:30 2006 +@@ -1,7 +1,7 @@ -INSTALL_PREFIX= -MAN1=/usr/share/man/man1/ -- --CFLAGS=-g -O2 +INSTALL_PREFIX=${PREFIX} +MAN1=/man/man1/ +-CFLAGS=-Wall -O2 ++#CFLAGS=-Wall -O2 + all: main.o base64.o $(CC) $(CFLAGS) -o rom main.o base64.o -@@ -9,10 +7,10 @@ +@@ -9,10 +9,10 @@ clean: @rm -f rom *.o core install: @@ -19,7 +20,7 @@ install -d -m 755 $(INSTALL_PREFIX)/etc/rom install -d -m 1755 $(INSTALL_PREFIX)/etc/rom/.rates - install -m 755 rom $(INSTALL_PREFIX)/usr/sbin/ -+ install -m 755 rom $(INSTALL_PREFIX)/sbin ++ install -m 755 rom $(INSTALL_PREFIX)/sbin/ install -d -m 755 $(INSTALL_PREFIX)$(MAN1) install -m 755 rom.1 $(INSTALL_PREFIX)$(MAN1) diff -ruN reply-o-matic.orig/files/patch-main.c reply-o-matic/files/patch-main.c --- reply-o-matic.orig/files/patch-main.c Fri Sep 1 03:24:01 2006 +++ reply-o-matic/files/patch-main.c Wed Dec 31 17:00:00 1969 @@ -1,20 +0,0 @@ ---- main.c.orig Thu May 13 18:44:13 2004 -+++ main.c Thu May 13 18:44:46 2004 -@@ -929,7 +929,7 @@ - case -1: - diedie(2); - break; -- default: -+/* default: */ - } - if ( forwardto[0] != 0 ) { - pipe(dfd); -@@ -966,7 +966,7 @@ - case -1: - diedie(2); - break; -- default: -+/* default: */ - } - } - --------------060903070801040303020502--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609011030.k81AURem099067>