diff options
author | jmz <jmz@FreeBSD.org> | 2004-10-14 04:28:37 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2004-10-14 04:28:37 +0800 |
commit | 0d1056571336b86f3f31dbfd357c410189a9060d (patch) | |
tree | 7456b5761e9fac22602cbef9e3d80646c99565cd | |
parent | c8f8e99237221137bbaf40b210237b8bd295b87b (diff) | |
download | freebsd-ports-gnome-0d1056571336b86f3f31dbfd357c410189a9060d.tar.gz freebsd-ports-gnome-0d1056571336b86f3f31dbfd357c410189a9060d.tar.zst freebsd-ports-gnome-0d1056571336b86f3f31dbfd357c410189a9060d.zip |
- 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
PR: ports/72644
Submitted by: leeym
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 11 | ||||
-rw-r--r-- | comms/mgetty+sendfax/distinfo | 4 | ||||
-rw-r--r-- | comms/mgetty+sendfax/pkg-plist | 4 |
3 files changed, 10 insertions, 9 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 78a32eb279b8..17881c4b0b80 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -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 @@ MAN1= autopvf.1 \ lintopvf.1 \ pbm2g3.1 \ pvf.1 \ + sff2g3.1 \ zplay.1 MAN4= mgettydefs.4 MAN5= faxqueue.5 diff --git a/comms/mgetty+sendfax/distinfo b/comms/mgetty+sendfax/distinfo index d6558807ec0c..a54dd645549b 100644 --- a/comms/mgetty+sendfax/distinfo +++ b/comms/mgetty+sendfax/distinfo @@ -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 diff --git a/comms/mgetty+sendfax/pkg-plist b/comms/mgetty+sendfax/pkg-plist index f9491f892f7b..126d1ebf9ddc 100644 --- a/comms/mgetty+sendfax/pkg-plist +++ b/comms/mgetty+sendfax/pkg-plist @@ -30,6 +30,7 @@ bin/pvftovoc bin/pvftowav bin/rmdfile bin/rmdtopvf +bin/sff2g3 bin/vm bin/voctopvf bin/wavtopvf @@ -51,9 +52,6 @@ etc/mgetty+sendfax/login.config.dist @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 |