Date: Tue, 6 Jul 1999 11:15:52 +0100 From: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12531: New version of dejasearch. Message-ID: <E111SGV-0006dC-00@voodoo.pandhm.co.uk>
next in thread | raw e-mail | index | archive | help
>Number: 12531 >Category: ports >Synopsis: New version of dejasearch. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 6 03:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.0-CURRENT i386 >Organization: Palmer & Harvey McLane Ltd. >Environment: FreeBSD voodoo.pandhm.co.uk 4.0-CURRENT FreeBSD 4.0-CURRENT #18: Tue Jun 8 05:00:06 BST 1999 root@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 >Description: Update to v1.62. >How-To-Repeat: n/a >Fix: Here's the patch. Note that one new file is included (patches/patch-aa). diff -urP /usr/ports/news/dejasearch/Makefile dejasearch/Makefile --- /usr/ports/news/dejasearch/Makefile Wed Apr 21 00:03:07 1999 +++ dejasearch/Makefile Tue Jul 6 11:07:15 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.4 1999/04/20 05:45:52 mharo Exp $ # -DISTNAME= dejasearch12 -PKGNAME= dejasearch-1.2 +DISTNAME= dejasearch162 +PKGNAME= dejasearch-1.6.2 CATEGORIES= news MASTER_SITES= http://homemade.hypermart.net/dejasearch/ \ http://homemade.virtualave.net/dejasearch/ \ @@ -17,17 +17,9 @@ RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww -WRKSRC= ${WRKDIR}/dejasearch/ +MAN1= dejasearch.1 USE_PERL5= yes NO_BUILD= yes - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/dejasearch ${PREFIX}/bin/ - -.ifndef NOPORTDOCS - ${MKDIR} ${PREFIX}/share/doc/dejasearch/ - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dejasearch/ -.endif .include <bsd.port.mk> diff -urP /usr/ports/news/dejasearch/files/md5 dejasearch/files/md5 --- /usr/ports/news/dejasearch/files/md5 Wed Apr 21 00:03:07 1999 +++ dejasearch/files/md5 Tue Jul 6 11:03:26 1999 @@ -1 +1 @@ -MD5 (dejasearch12.tar.gz) = 97363dac102c4d65e7949f7888bc1b06 +MD5 (dejasearch162.tar.gz) = 175cec7015fd4affa71a8b40da25996d diff -urP /usr/ports/news/dejasearch/patches/patch-aa dejasearch/patches/patch-aa --- /usr/ports/news/dejasearch/patches/patch-aa Thu Jan 1 01:00:00 1970 +++ dejasearch/patches/patch-aa Tue Jul 6 11:05:27 1999 @@ -0,0 +1,17 @@ +--- Makefile.orig Tue Jul 6 11:04:33 1999 ++++ Makefile Tue Jul 6 11:05:08 1999 +@@ -1,12 +1,10 @@ + # Makefile for Dejasearch + # AYM 1999-07-03 + +-PREFIX=/usr/local +- + default: + @echo "To install in /usr/local/bin, type \"make install\"." + @echo "To install in /somewhere/else/bin, type \"make PREFIX=/somewhere/else install\"." + + install: +- install -p -m 0755 dejasearch $(PREFIX)/bin +- install -p -m 0644 dejasearch.1 $(PREFIX)/man/man1 ++ $(BSD_INSTALL_SCRIPT) dejasearch $(PREFIX)/bin ++ $(BSD_INSTALL_MAN) dejasearch.1 $(PREFIX)/man/man1 -- ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. ********************************************************************** >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E111SGV-0006dC-00>