diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-07 18:05:03 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-07 18:05:03 +0800 |
commit | bd0e534ff23c92eb8ed702cfc08db99afec2f81d (patch) | |
tree | 140a2add6df1ec6c84f01d233df35a7a5baaa655 /graphics | |
parent | d08a5c89a8ae3082ea11fc21e55e9872cb73e372 (diff) | |
download | freebsd-ports-gnome-bd0e534ff23c92eb8ed702cfc08db99afec2f81d.tar.gz freebsd-ports-gnome-bd0e534ff23c92eb8ed702cfc08db99afec2f81d.tar.zst freebsd-ports-gnome-bd0e534ff23c92eb8ed702cfc08db99afec2f81d.zip |
graphics/bmeps: Update to 4.11.4
PR: 226412
Submitted by: takefu@airport.fm (maintainer)
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/bmeps/Makefile | 7 | ||||
-rw-r--r-- | graphics/bmeps/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile index 024c653fc8bc..1a744a2934b4 100644 --- a/graphics/bmeps/Makefile +++ b/graphics/bmeps/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bmpp -DISTVERSION= 4.11.1 +DISTVERSION= 4.11.4 CATEGORIES= graphics perl5 MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION} DISTNAME= dktools-${PORTVERSION} @@ -18,7 +18,9 @@ LIB_DEPENDS= libpng.so:graphics/png \ CONFLICTS_INSTALL= dktools[0-9]* +USES= gmake jpeg localbase:ldflags GNU_CONFIGURE= yes +ALL_TARGET= bmpp # We do not want to include sys/termios.h even if it exists, and we do not want # to depend on BDB for db.h (it is used by other parts of dktools). @@ -26,9 +28,6 @@ CONFIGURE_ENV= ac_cv_header_sys_termios_h=no\ ac_cv_header_db_h=no\ DESTDIR=${STAGEDIR} -USES= gmake jpeg localbase:ldflags - -ALL_TARGET= bmpp PLIST_FILES= bin/bmpp man/man1/bmpp.1.gz post-patch: diff --git a/graphics/bmeps/distinfo b/graphics/bmeps/distinfo index 039ad25cc685..f9b647805843 100644 --- a/graphics/bmeps/distinfo +++ b/graphics/bmeps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517067335 -SHA256 (dktools-4.11.1.tar.gz) = 7bfd003ba2f2fd6c0a5479e75001a758958c60ddc912d8ac0c42719d6a374a90 -SIZE (dktools-4.11.1.tar.gz) = 10077180 +TIMESTAMP = 1520415659 +SHA256 (dktools-4.11.4.tar.gz) = 4a2944e281b3ce1f42b167aaf65c5759233139d17ba442d640dc47ea1dc4ab2c +SIZE (dktools-4.11.4.tar.gz) = 10078013 |