diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2016-08-20 12:41:55 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2016-08-20 12:41:55 +0000 |
commit | 761de61979a8bde298ac9a7a5b96ec8089606b4b (patch) | |
tree | 8676f4358d7c952c02f0bd9f1016c17b6fb70dd5 /comms/hylafax | |
parent | Update to version 1.3.1 (diff) |
comms/hylafax: Mark Un'BROKEN, Take MAINTAINER'ship
* Mark Un'BROKEN
* Take MAINTAINERSHIP
PR: 200922
Requested by: Dave <dave at ci com au>
Notes
Notes:
svn path=/head/; revision=420508
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index da9b779ba68e..2acc8b907328 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -3,18 +3,16 @@ PORTNAME= hylafax PORTVERSION= 6.0.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= koobs@FreeBSD.org COMMENT= Fax software LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT -BROKEN= receiving fax does not work (Bugs No. 200922) - BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:print/afm LIB_DEPENDS= libtiff.so:graphics/tiff \ libjbig.so:graphics/jbigkit |