From af9f98ce513a9f07c6030f2c3b3c8dea94947a8d Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Thu, 9 Nov 2017 22:46:27 +0000 Subject: graphics/bmeps: update to 4.9.5 PR: 218906 Submitted by: takefu@airport.fm (maintainer) --- graphics/bmeps/Makefile | 14 +++++++++----- graphics/bmeps/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'graphics/bmeps') diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile index def07cc540bc..4d3e1f32f38f 100644 --- a/graphics/bmeps/Makefile +++ b/graphics/bmeps/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bmpp -PORTVERSION= 4.8.3 +PORTVERSION= 4.9.5 CATEGORIES= graphics perl5 MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION}/src DISTNAME= dktools-${PORTVERSION} @@ -16,22 +16,26 @@ LICENSE_FILE= ${WRKSRC}/bsdlic.txt LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff +CONFLICTS_INSTALL= dktools[0-9]* + GNU_CONFIGURE= yes # 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). -CONFIGURE_ENV= ac_cv_header_sys_termios_h=no \ - ac_cv_header_db_h=no +CONFIGURE_ENV= ac_cv_header_sys_termios_h=no\ + ac_cv_header_db_h=no\ + DESTDIR=${STAGEDIR} -ALL_TARGET= bmpp USES= gmake jpeg localbase:ldflags -PLIST_FILES= bin/bmpp +ALL_TARGET= bmpp +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/ .include diff --git a/graphics/bmeps/distinfo b/graphics/bmeps/distinfo index d664e4771274..3b57f62a0e8c 100644 --- a/graphics/bmeps/distinfo +++ b/graphics/bmeps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491891984 -SHA256 (dktools-4.8.3.tar.gz) = 350693116c68ff457c693cafad29319e788b8d24424fc24978321ddbe339dd9d -SIZE (dktools-4.8.3.tar.gz) = 11039578 +TIMESTAMP = 1507598599 +SHA256 (dktools-4.9.5.tar.gz) = f4873d44063a49a988aa687fcf63c988c2291993ac965751ec7d5671d38dc345 +SIZE (dktools-4.9.5.tar.gz) = 9970732 -- cgit v1.2.3