Date: Sat, 27 Oct 2018 01:07:22 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483082 - head/graphics/bmeps Message-ID: <201810270107.w9R17MSF018836@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Oct 27 01:07:21 2018 New Revision: 483082 URL: https://svnweb.freebsd.org/changeset/ports/483082 Log: graphics/bmeps: Update to 4.19.1 PR: 232594 Submitted by: takefu@airport.fm (maintainer) Modified: head/graphics/bmeps/Makefile (contents, props changed) head/graphics/bmeps/distinfo (contents, props changed) Modified: head/graphics/bmeps/Makefile ============================================================================== --- head/graphics/bmeps/Makefile Sat Oct 27 00:59:51 2018 (r483081) +++ head/graphics/bmeps/Makefile Sat Oct 27 01:07:21 2018 (r483082) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bmpp -DISTVERSION= 4.18.1 +DISTVERSION= 4.19.1 CATEGORIES= graphics perl5 MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION} DISTNAME= dktools-${PORTVERSION} @@ -16,17 +16,16 @@ LICENSE_FILE= ${WRKSRC}/bsdlic.txt LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff -CONFLICTS_INSTALL= dktools[0-9]* - USES= gmake jpeg localbase:ldflags + +CONFLICTS_INSTALL= dktools[0-9]* 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). CONFIGURE_ENV= ac_cv_header_sys_termios_h=no\ - ac_cv_header_db_h=no\ - DESTDIR=${STAGEDIR} + ac_cv_header_db_h=no PLIST_FILES= bin/bmpp man/man1/bmpp.1.gz Modified: head/graphics/bmeps/distinfo ============================================================================== --- head/graphics/bmeps/distinfo Sat Oct 27 00:59:51 2018 (r483081) +++ head/graphics/bmeps/distinfo Sat Oct 27 01:07:21 2018 (r483082) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534226800 -SHA256 (dktools-4.18.1.tar.gz) = d7308e292034d8cda12276a1fef14e015c30ab0800f043db6a90bcf982101bee -SIZE (dktools-4.18.1.tar.gz) = 13064452 +TIMESTAMP = 1540252913 +SHA256 (dktools-4.19.1.tar.gz) = eb4a8c930331f5a18fb2089d5c02f142ccaf69f0fdd8a7f7629dfe60697371b8 +SIZE (dktools-4.19.1.tar.gz) = 13072603
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810270107.w9R17MSF018836>