diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-08-15 15:27:33 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-08-15 15:27:33 +0000 |
commit | 981cf5e020c5e1b3986443ae3b09a780d1188869 (patch) | |
tree | 2f05b6884eadc8ea92af7716c06c216105e2483a /graphics/bmeps | |
parent | f6fd4d18b15f81a989eedac956ed3a223e109ddd (diff) |
Notes
Diffstat (limited to 'graphics/bmeps')
-rw-r--r-- | graphics/bmeps/Makefile | 5 | ||||
-rw-r--r-- | graphics/bmeps/distinfo | 6 | ||||
-rw-r--r-- | graphics/bmeps/pkg-descr | 4 |
3 files changed, 6 insertions, 9 deletions
diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile index e41b7d6f5483..49f49ed18449 100644 --- a/graphics/bmeps/Makefile +++ b/graphics/bmeps/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bmpp -DISTVERSION= 4.15.0 +DISTVERSION= 4.18.1 CATEGORIES= graphics perl5 MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION} DISTNAME= dktools-${PORTVERSION} @@ -30,9 +30,6 @@ CONFIGURE_ENV= ac_cv_header_sys_termios_h=no\ PLIST_FILES= bin/bmpp man/man1/bmpp.1.gz -post-patch: - @${REINPLACE_CMD} 's@sz->lsz =@st->lsz =@' ${WRKSRC}/dk3sf.c - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bmpp ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/bmpp.1 ${STAGEDIR}${PREFIX}/man/man1/ diff --git a/graphics/bmeps/distinfo b/graphics/bmeps/distinfo index d9a75621aff4..7227745d23aa 100644 --- a/graphics/bmeps/distinfo +++ b/graphics/bmeps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527205911 -SHA256 (dktools-4.15.0.tar.gz) = 71389f1b884dae0e843f934a5749f64c43f4feb0eaac3fba42a4611a855fec67 -SIZE (dktools-4.15.0.tar.gz) = 12493770 +TIMESTAMP = 1534226800 +SHA256 (dktools-4.18.1.tar.gz) = d7308e292034d8cda12276a1fef14e015c30ab0800f043db6a90bcf982101bee +SIZE (dktools-4.18.1.tar.gz) = 13064452 diff --git a/graphics/bmeps/pkg-descr b/graphics/bmeps/pkg-descr index 91610b14174e..e2f8e43cea04 100644 --- a/graphics/bmeps/pkg-descr +++ b/graphics/bmeps/pkg-descr @@ -1,3 +1,3 @@ -bmpp - Convert PNG/JPEG/TIFF to PDF/EPS +bmpp - Converter from PNG/JPEG/NetPBM/TIFF to PDF/PS/EPS -WWW: http://dktools.sourceforge.net/bmpp.html +WWW: https://sourceforge.net/p/dktools/wiki/bmpp%20manual/ |