Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2004 22:35:25 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jmz@FreeBSD.org
Subject:   ports/72644: [PATCH] comms/mgetty: update to 1.1.31
Message-ID:  <20041013143525.3FACC3E9E90@utopia.leeym.com>
Resent-Message-ID: <200410131440.i9DEeKMQ016071@freefall.freebsd.org>

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

>Number:         72644
>Category:       ports
>Synopsis:       [PATCH] comms/mgetty: update to 1.1.31
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 13 14:40:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Fri Oct  8 05:16:31 CST
>Description:
- update to 1.1.31
- utilize INFO
- make noident before make all and get rid of #ident related error messages
- change naming rule, keep date in DISTNAME, but not in PORTVERSION

Port maintainer (jmz@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- mgetty-1.1.31.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/comms/mgetty+sendfax/Makefile,v
retrieving revision 1.46
diff -u -u -r1.46 Makefile
--- Makefile	16 Jun 2004 00:04:02 -0000	1.46
+++ Makefile	13 Oct 2004 14:31:51 -0000
@@ -6,19 +6,21 @@
 #
 
 PORTNAME=	mgetty
-PORTVERSION=	1.1.30.12.16
-PORTREVISION=	4
+PORTVERSION=	1.1.31
+PORTREVISION=	0
 CATEGORIES=	comms
 MASTER_SITES=	ftp://alpha.greenie.net/pub/mgetty/source/1.1/
-DISTNAME=	mgetty1.1.30-Dec16
+DISTNAME=	${PORTNAME}${PORTVERSION}-Jul24
 
 MAINTAINER=	jmz@FreeBSD.org
 COMMENT=	Handle external logins, send and receive faxes
 
 USE_PERL5=	yes
 
-WRKSRC=		${WRKDIR}/mgetty-1.1.30
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 MAKE_FLAGS=	CFLAGS="${CFLAGS}" prefix=${PREFIX} -f
+ALL_TARGET=	noident all
+INFO=		mgetty
 MAN1=		autopvf.1 \
 		basictopvf.1 \
 		coverpg.1 \
@@ -32,6 +34,7 @@
 		lintopvf.1 \
 		pbm2g3.1 \
 		pvf.1 \
+		sff2g3.1 \
 		zplay.1
 MAN4=		mgettydefs.4
 MAN5=		faxqueue.5
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/comms/mgetty+sendfax/distinfo,v
retrieving revision 1.18
diff -u -u -r1.18 distinfo
--- distinfo	18 Mar 2004 02:27:30 -0000	1.18
+++ distinfo	13 Oct 2004 14:31:51 -0000
@@ -1,2 +1,2 @@
-MD5 (mgetty1.1.30-Dec16.tar.gz) = 4b80c418bc58add3e40de3be0ac6c02a
-SIZE (mgetty1.1.30-Dec16.tar.gz) = 969967
+MD5 (mgetty1.1.31-Jul24.tar.gz) = 3462a0acbdb2e7165540ef95097d49fb
+SIZE (mgetty1.1.31-Jul24.tar.gz) = 998462
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/comms/mgetty+sendfax/pkg-plist,v
retrieving revision 1.21
diff -u -u -r1.21 pkg-plist
--- pkg-plist	16 Jun 2004 00:04:02 -0000	1.21
+++ pkg-plist	13 Oct 2004 14:31:51 -0000
@@ -30,6 +30,7 @@
 bin/pvftowav
 bin/rmdfile
 bin/rmdtopvf
+bin/sff2g3
 bin/vm
 bin/voctopvf
 bin/wavtopvf
@@ -51,9 +52,6 @@
 @unexec if cmp -s %D/etc/mgetty+sendfax/voice.conf %D/etc/mgetty+sendfax/voice.conf.dist; then rm -f %D/etc/mgetty+sendfax/voice.conf; fi
 etc/mgetty+sendfax/voice.conf.dist
 @exec if [ ! -f %D/etc/mgetty+sendfax/voice.conf ]; then cp %B/%f %D/etc/mgetty+sendfax/voice.conf; fi
-@unexec install-info --delete %D/info/mgetty.info %D/info/dir
-info/mgetty.info
-@exec install-info %D/info/mgetty.info %D/info/dir
 lib/mgetty+sendfax/cour25.pbm
 lib/mgetty+sendfax/cour25n.pbm
 lib/mgetty+sendfax/faxq-helper
--- mgetty-1.1.31.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041013143525.3FACC3E9E90>