Skip site navigation (1)Skip section navigation (2)
Date:      21 Sep 2000 17:40:20 -0000
From:      "Peter Pentchev" <roam@orbitel.bg>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21457: port upgrade/unbreak: mail/rlytest; no response from MAINTAINER
Message-ID:  <20000921174020.3270.qmail@ringwraith.office1>

next in thread | raw e-mail | index | archive | help

>Number:         21457
>Category:       ports
>Synopsis:       port upgrade/unbreak: mail/rlytest; no response from MAINTAINER
>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:   Thu Sep 21 10:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     "Peter Pentchev" <roam@orbitel.bg>
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
Orbitel JSCo.
>Environment:

current ports tree

>Description:

mail/rlytest appears on Bill Fenner's unfetchable distfiles' list.
Some time ago - Sep 08, to be precise - I sent an upgrade/unbreak patch
to the port maintainer - paul@it.ca;  so far, I have received no reply,
and today, mail/rlytest appears on Bill Fenner's list again.

Attached is a proposed patch for a port upgrade to version 1.20, which
also deals with some changes in the distfile - no longer gzipped, only
available as a Perl script, no manpage, no docs, no nothing :\

>How-To-Repeat:

N/A

>Fix:

diff -urN ports/mail/rlytest/Makefile myports/mail/rlytest/Makefile
--- ports/mail/rlytest/Makefile	Thu Apr 13 23:00:45 2000
+++ myports/mail/rlytest/Makefile	Fri Sep  8 00:11:27 2000
@@ -6,26 +6,23 @@
 #
 
 PORTNAME=	rlytest
-PORTVERSION= 	1.16
+PORTVERSION= 	1.20
 CATEGORIES=	mail security
 MASTER_SITES=	http://www.unicom.com/sw/rlytest/
 DISTNAME=	${PORTNAME}
+EXTRACT_SUFX=
 
 MAINTAINER=	paul@it.ca
 
-MAN1=		rlytest.1
-
 USE_PERL5=	yes
-NO_WRKSUBDIR=	yes
+EXTRACT_ONLY=	# defined
 NO_BUILD=
 
-post-patch:
-	${MV} ${WRKSRC}/rlytest ${WRKSRC}/rlytest.chip; \
-	${SED} 's:/usr/local/bin/perl:${PERL}:' < ${WRKSRC}/rlytest.chip > ${WRKSRC}/rlytest
+pre-patch:
+	perl -pe 's,^#!/usr/local/bin/perl$$,#!/usr/bin/perl,' < ${_DISTDIR}${DISTFILES} > ${WRKDIR}/rlytest
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/rlytest ${PREFIX}/bin/rlytest; \
-	${INSTALL_MAN} ${WRKSRC}/rlytest.1 ${MANPREFIX}/man/man1/rlytest.1
+	${INSTALL_SCRIPT} ${WRKDIR}/rlytest ${PREFIX}/bin/rlytest
 
 post-install:
 	${CAT} ${PKGDIR}/MESSAGE
diff -urN ports/mail/rlytest/files/md5 myports/mail/rlytest/files/md5
--- ports/mail/rlytest/files/md5	Sun Jul 11 01:42:40 1999
+++ myports/mail/rlytest/files/md5	Fri Sep  8 00:01:33 2000
@@ -1 +1 @@
-MD5 (rlytest.tar.gz) = 08363332149b91d8aeef00749fb236e1
+MD5 (rlytest) = 4e403049f563e3e67096961ee06e6d62

>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?20000921174020.3270.qmail>