Bug 12531 - New version of dejasearch.
Summary: New version of dejasearch.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kris Kennaway
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-06 11:20 UTC by Dom Mitchell
Modified: 1999-07-27 14:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dom Mitchell 1999-07-06 11:20:01 UTC
Update to v1.62.

Fix: Here's the patch.  Note that one new file is included
(patches/patch-aa).



This footnote also confirms that this email message has been swept by 
MIMEsweeper for the presence of computer viruses.
**********************************************************************--8MDJZDhQVsAxqS0CopNrrEnCFpX3Vq1N7aZ7QZcTGwVwUBSB
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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.
How-To-Repeat: 
n/a
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-07-10 03:49:54 UTC
Responsible Changed
From-To: freebsd-ports->kris

Over to maintainer. 
Comment 2 kkenn 1999-07-27 13:47:46 UTC
Hi Dominic,

I've just been looking at your patches - can you explain your reasoning
for replacing the do-install target in the port makefile with a patch to
the distfile's makefile install target? As far as I can tell these do the
same thing (except your version doesn't install the README file (ifndef
NOPORTDOCS)).

Unless there's something I missed then I think it's better to have the
port do the work.

Kris
Comment 3 Kris Kennaway freebsd_committer freebsd_triage 1999-07-27 13:48:23 UTC
State Changed
From-To: open->analyzed

Waiting for feedback from submitter about the reason for his patch. 

Comment 4 Kris Kennaway freebsd_committer freebsd_triage 1999-07-27 14:27:37 UTC
State Changed
From-To: analyzed->closed

Update committed with some small changes. 
Thanks!