Date: Sun, 1 Nov 2020 10:25:41 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553830 - head/graphics/ipe Message-ID: <202011011025.0A1APfhF001701@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Sun Nov 1 10:25:41 2020 New Revision: 553830 URL: https://svnweb.freebsd.org/changeset/ports/553830 Log: graphics/ipe: Update version 7.2.19=>7.2.21 Modified: head/graphics/ipe/Makefile head/graphics/ipe/distinfo Modified: head/graphics/ipe/Makefile ============================================================================== --- head/graphics/ipe/Makefile Sun Nov 1 09:39:29 2020 (r553829) +++ head/graphics/ipe/Makefile Sun Nov 1 10:25:41 2020 (r553830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipe -PORTVERSION= 7.2.19 +PORTVERSION= 7.2.21 DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/ @@ -18,12 +18,13 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libgsl.so:math/gsl \ libpng.so:graphics/png -USES= compiler:c++11-lib gmake gnome jpeg lua:52 pkgconfig qt:5 +USES= compiler:c++11-lib gmake gnome jpeg lua:52 pkgconfig shebangfix qt:5 USE_GNOME= cairo USE_QT= buildtools_build core gui qmake_build widgets USE_TEX= pdftex WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src +SHEBANG_FILES= ${WRKSRC}/ipecurl/ipecurl.sh MAKE_ENV= DL_LIBS="" \ INSTALL_DIR="${MKDIR}" \ @@ -49,9 +50,6 @@ DESKTOP_ENTRIES="Ipe" "" "ipe" "ipe" "" "" OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e \ - 's|^INSTALL_|#INSTALL_| ; \ - /-O2/s|^|#|' ${WRKSRC}/common.mak @${REINPLACE_CMD} -e \ 's|\([[:blank:]]\)=|\1?=|' ${WRKSRC}/config.mak Modified: head/graphics/ipe/distinfo ============================================================================== --- head/graphics/ipe/distinfo Sun Nov 1 09:39:29 2020 (r553829) +++ head/graphics/ipe/distinfo Sun Nov 1 10:25:41 2020 (r553830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592234345 -SHA256 (ipe-7.2.19-src.tar.gz) = 688591a5da8b1c9394804abef1851ab91ee6470591923b3061ed32a2643f94d2 -SIZE (ipe-7.2.19-src.tar.gz) = 1870385 +TIMESTAMP = 1604181190 +SHA256 (ipe-7.2.21-src.tar.gz) = 42936f822c541bbe108617ac018a34a520cae2f870b60402af0cda61868934c3 +SIZE (ipe-7.2.21-src.tar.gz) = 2005014
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011011025.0A1APfhF001701>