ports/82955: [PATCH] Revive zmtx-zmrx with new master site
Xin LI
delphij at FreeBSD.org
Sun Jul 3 21:50:24 UTC 2005
>Number: 82955
>Category: ports
>Synopsis: [PATCH] Revive zmtx-zmrx with new master site
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Jul 03 21:50:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Xin LI
>Release: FreeBSD 5.4-RELEASE-p3 i386
>Organization:
The FreeBSD Simplified Chinese Project
>Environment:
System: FreeBSD tarsier.delphij.net 5.4-RELEASE-p3 FreeBSD 5.4-RELEASE-p3 #6: Thu Jun 30 22:40:22 CST 2005 root at tarsier.delphij.net:/usr/obj/usr/src/sys/TARSIER i386
>Description:
Make use of the mirror provided by netsw.org, for zmtx-zmrx.
Make portlint happy.
Grab maintainership.
Note that since this is the same version so I think PORTREVISION
need not to be bumped, please correct me if that is wrong.
>How-To-Repeat:
>Fix:
--- patch-zmtx-zmrx begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/zmtx-zmrx/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile 31 May 2005 13:16:37 -0000 1.20
+++ Makefile 3 Jul 2005 21:37:04 -0000
@@ -9,25 +9,12 @@
PORTNAME= zmtx-zmrx
PORTVERSION= 1.02
CATEGORIES= comms
-# previous mastersites disappeared in May 2003. See, perhaps,
-# cvs.synchro.net/cgi-bin/viewcvs/src/stp, as a possible followon
-# project.
-MASTER_SITES= # ftp://ftp.inria.fr/network/modem/
-# see also comp.unix.sources for version 1.0
-# ftp://ftp.lth.se/pub/usenet/comp.sources.unix/volume28/zm/part01.gz
-DISTNAME= ${PORTNAME}
-EXTRACT_SUFX= .shar.gz
+MASTER_SITES= ftp://ftp.netsw.org/net/modem/protocols/zmodem/zmtx-zmrx/
-DEPRECATED= "master site disappeared"
-EXPIRATION_DATE=2005-07-31
-
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= delphij at FreeBSD.org
COMMENT= Receive/Send files via ZMODEM protocol. (unrestrictive)
-EXTRACT_CMD= zcat
-EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS= |sh
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= makefile
MAN1= zmrx.1 zmtx.1
PLIST_FILES= bin/zmrx bin/zmtx
@@ -40,7 +27,7 @@
post-install:
@${ECHO_MSG} ""
- @/usr/bin/more ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
@${ECHO_MSG} ""
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/comms/zmtx-zmrx/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 29 Jan 2004 07:22:43 -0000 1.2
+++ distinfo 3 Jul 2005 21:37:04 -0000
@@ -1,2 +1,2 @@
-MD5 (zmtx-zmrx.shar.gz) = 91b76af80839af697b22417be8165d0e
-SIZE (zmtx-zmrx.shar.gz) = 34990
+MD5 (zmtx-zmrx-1.02.tar.gz) = b835aa23db9468401be1b801bb09d3ee
+SIZE (zmtx-zmrx-1.02.tar.gz) = 33814
--- patch-zmtx-zmrx ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list