svn commit: r363590 - head/graphics/bmeps

William Grzybowski wg at FreeBSD.org
Thu Jul 31 14:05:00 UTC 2014


Author: wg
Date: Thu Jul 31 14:04:58 2014
New Revision: 363590
URL: http://svnweb.freebsd.org/changeset/ports/363590
QAT: https://qat.redports.org/buildarchive/r363590/

Log:
  graphics/bmeps: update to 3.16.0
  
  Changes: http://dktools.sourceforge.net/changes.html
  
  PR:		192289
  Submitted by:	takefu airport fm

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

Modified: head/graphics/bmeps/Makefile
==============================================================================
--- head/graphics/bmeps/Makefile	Thu Jul 31 14:01:10 2014	(r363589)
+++ head/graphics/bmeps/Makefile	Thu Jul 31 14:04:58 2014	(r363590)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bmpp
-PORTVERSION=	3.8.2
+PORTVERSION=	3.16.0
 CATEGORIES=	graphics perl5
 MASTER_SITES=	SF/dktools/dktools/dktools-${PORTVERSION}
 DISTNAME=	dktools-${PORTVERSION}
@@ -25,6 +25,8 @@ CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/e
 CONFIGURE_ENV=	ac_cv_header_sys_termios_h=no
 
 ALL_TARGET=	bmpp
+MAKEFILE=	GNUmakefile
+USES=		gmake
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -37,6 +39,8 @@ pre-patch:
 	@${REINPLACE_CMD} -e 's@#include <dk3conf.h>@#include <stdio.h>@p'\
 			  -e 's@#include <stdio.h>@#include <dk3conf.h>@'\
 		${WRKSRC}/dk3types.h
+	${REINPLACE_CMD} 's|-e "/^SOVERS/cSOVERS=$$VERSNO"|"s/^\(SOVERS.*\)/SOVERS=$$VERSNO/"|'\
+		${WRKSRC}/configure
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bmpp ${STAGEDIR}${PREFIX}/bin

Modified: head/graphics/bmeps/distinfo
==============================================================================
--- head/graphics/bmeps/distinfo	Thu Jul 31 14:01:10 2014	(r363589)
+++ head/graphics/bmeps/distinfo	Thu Jul 31 14:04:58 2014	(r363590)
@@ -1,2 +1,2 @@
-SHA256 (dktools-3.8.2.tar.gz) = 089bab8ad6440d7dd28ab96ed9c9b2f958bfc0ad6643cb2ae6d453c8af7165a2
-SIZE (dktools-3.8.2.tar.gz) = 11227762
+SHA256 (dktools-3.16.0.tar.gz) = 581cdbcb65e99b0f4cfd389f9ee597d7b4fcb2c6a35f0fc356882a28efed5e3c
+SIZE (dktools-3.16.0.tar.gz) = 7366172


More information about the svn-ports-all mailing list