From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 13 14:40:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADCBA16A4CF for ; Wed, 13 Oct 2004 14:40:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F46D43D55 for ; Wed, 13 Oct 2004 14:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9DEeKkl016077 for ; Wed, 13 Oct 2004 14:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9DEeKMQ016071; Wed, 13 Oct 2004 14:40:20 GMT (envelope-from gnats) Resent-Date: Wed, 13 Oct 2004 14:40:20 GMT Resent-Message-Id: <200410131440.i9DEeKMQ016071@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 513C116A4CE; Wed, 13 Oct 2004 14:35:30 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D219B43D1D; Wed, 13 Oct 2004 14:35:29 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 0FF253EADF9; Wed, 13 Oct 2004 22:35:29 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30735-02; Wed, 13 Oct 2004 22:35:25 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 3FACC3E9E90; Wed, 13 Oct 2004 22:35:25 +0800 (CST) Message-Id: <20041013143525.3FACC3E9E90@utopia.leeym.com> Date: Wed, 13 Oct 2004 22:35:25 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: jmz@FreeBSD.org Subject: ports/72644: [PATCH] comms/mgetty: update to 1.1.31 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 14:40:20 -0000 >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: