svn commit: r418776 - head/graphics/bmeps
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 19 13:18:14 UTC 2016
Author: amdmi3
Date: Tue Jul 19 13:18:13 2016
New Revision: 418776
URL: https://svnweb.freebsd.org/changeset/ports/418776
Log:
- Update to 4.3.6
- While here, switch to USES=localbase and silence patching
PR: 211183
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 Tue Jul 19 13:17:22 2016 (r418775)
+++ head/graphics/bmeps/Makefile Tue Jul 19 13:18:13 2016 (r418776)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bmpp
-PORTVERSION= 4.3.1
+PORTVERSION= 4.3.6
CATEGORIES= graphics perl5
MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION}
DISTNAME= dktools-${PORTVERSION}
@@ -24,15 +24,12 @@ CONFIGURE_ENV= ac_cv_header_sys_termios_
ac_cv_header_db_h=no
ALL_TARGET= bmpp
-USES= gmake jpeg
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+USES= gmake jpeg localbase
PLIST_FILES= bin/bmpp
post-patch:
- ${REINPLACE_CMD} 's at sz->lsz =@st->lsz =@' ${WRKSRC}/dk3sf.c
+ @${REINPLACE_CMD} 's at sz->lsz =@st->lsz =@' ${WRKSRC}/dk3sf.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bmpp ${STAGEDIR}${PREFIX}/bin
Modified: head/graphics/bmeps/distinfo
==============================================================================
--- head/graphics/bmeps/distinfo Tue Jul 19 13:17:22 2016 (r418775)
+++ head/graphics/bmeps/distinfo Tue Jul 19 13:18:13 2016 (r418776)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464338602
-SHA256 (dktools-4.3.1.tar.gz) = 65ca2e70a998c15da776716c67a58b0108afd8ea6e41ea49c29475ad040b4364
-SIZE (dktools-4.3.1.tar.gz) = 9608175
+TIMESTAMP = 1468801664
+SHA256 (dktools-4.3.6.tar.gz) = 8e9f47d6f2bee32f30aca134396720057d530ad01b2a29b01b4dd5437fc169c6
+SIZE (dktools-4.3.6.tar.gz) = 8891499
More information about the svn-ports-head
mailing list