svn commit: r453876 - head/graphics/bmeps

Steve Wills swills at FreeBSD.org
Thu Nov 9 22:46:28 UTC 2017


Author: swills
Date: Thu Nov  9 22:46:27 2017
New Revision: 453876
URL: https://svnweb.freebsd.org/changeset/ports/453876

Log:
  graphics/bmeps: update to 4.9.5
  
  PR:		218906
  Submitted by:	takefu at airport.fm (maintainer)

Modified:
  head/graphics/bmeps/Makefile
  head/graphics/bmeps/distinfo

Modified: head/graphics/bmeps/Makefile
==============================================================================
--- head/graphics/bmeps/Makefile	Thu Nov  9 22:17:48 2017	(r453875)
+++ head/graphics/bmeps/Makefile	Thu Nov  9 22:46:27 2017	(r453876)
@@ -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 at 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 <bsd.port.mk>

Modified: head/graphics/bmeps/distinfo
==============================================================================
--- head/graphics/bmeps/distinfo	Thu Nov  9 22:17:48 2017	(r453875)
+++ head/graphics/bmeps/distinfo	Thu Nov  9 22:46:27 2017	(r453876)
@@ -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


More information about the svn-ports-all mailing list