- Update cppunit to 1.12.0
- Update all related ports PR: 120489 Submitted by: leeym Approved by: maintainer timeout
This commit is contained in:
@@ -16,9 +16,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Toolkit for Oracle
|
||||
|
||||
BUILD_DEPENDS= ${ORACLE_HOME}/lib/libclntsh.a:${PORTSDIR}/databases/oracle8-client
|
||||
BUILD_DEPENDS= ${ORACLE_HOME}/lib/libclntsh.a:${PORTSDIR}/databases/oracle8-client \
|
||||
cppunit-config:${PORTSDIR}/devel/cppunit
|
||||
LIB_DEPENDS= qscintilla.7:${PORTSDIR}/x11-toolkits/qscintilla \
|
||||
cppunit-1.10.2:${PORTSDIR}/devel/cppunit \
|
||||
pcre.0:${PORTSDIR}/devel/pcre
|
||||
RUN_DEPENDS= ${ORACLE_HOME}/network/admin/tnsnames.ora:${PORTSDIR}/databases/oracle8-client
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cppunit
|
||||
PORTVERSION= 1.10.2
|
||||
PORTVERSION= 1.12.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@@ -39,6 +39,10 @@ pre-everything::
|
||||
@${ECHO_MSG}
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -Ee "s,^(pkgconfigdatadir).*,\1 = ${LOCALBASE}/libdata/pkgconfig," \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
@${FIND} ${PREFIX}/include/cppunit ! -type d | \
|
||||
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
|
||||
@@ -50,5 +54,5 @@ post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/NEWS ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (cppunit-1.10.2.tar.gz) = 0bc06cd219410f7d4f6bbfc9bdd7c824
|
||||
SHA256 (cppunit-1.10.2.tar.gz) = 71b626958e3d8927d236f462b2becd192a113d1d6d38b8d567bdc181b5069ccf
|
||||
SIZE (cppunit-1.10.2.tar.gz) = 723340
|
||||
MD5 (cppunit-1.12.0.tar.gz) = 7493718733ded49a96cf763c5d3eea7f
|
||||
SHA256 (cppunit-1.12.0.tar.gz) = 98a5c38cbcad916aea4dbd8fb42a41bc16174e42426d949127292adf4af7fe1f
|
||||
SIZE (cppunit-1.12.0.tar.gz) = 760409
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
bin/DllPlugInTester
|
||||
bin/cppunit-config
|
||||
bin/simple
|
||||
lib/libcppunit-1.10.so
|
||||
lib/libcppunit-1.10.so.2
|
||||
lib/libcppunit-1.12.so
|
||||
lib/libcppunit-1.12.so.0
|
||||
lib/libcppunit.a
|
||||
lib/libcppunit.la
|
||||
lib/libcppunit.so
|
||||
libdata/pkgconfig/cppunit.pc
|
||||
share/aclocal/cppunit.m4
|
||||
|
||||
@@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --without-python
|
||||
.endif
|
||||
|
||||
.if!defined(WITHOUT_CPPUNIT)
|
||||
LIB_DEPENDS+= cppunit-1.10:${PORTSDIR}/devel/cppunit
|
||||
BUILD_DEPENDS+= cppunit-config:${PORTSDIR}/devel/cppunit
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-cppunit
|
||||
.endif
|
||||
|
||||
@@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --without-python
|
||||
.endif
|
||||
|
||||
.if!defined(WITHOUT_CPPUNIT)
|
||||
LIB_DEPENDS+= cppunit-1.10:${PORTSDIR}/devel/cppunit
|
||||
BUILD_DEPENDS+= cppunit-config:${PORTSDIR}/devel/cppunit
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-cppunit
|
||||
.endif
|
||||
|
||||
@@ -150,7 +150,7 @@ CONFIGURE_ARGS+= --without-caca
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_CPPUNIT)
|
||||
LIB_DEPENDS+= cppunit-1.10:${PORTSDIR}/devel/cppunit
|
||||
BUILD_DEPENDS+= cppunit-config:${PORTSDIR}/devel/cppunit
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-cppunit
|
||||
.endif
|
||||
|
||||
@@ -156,7 +156,7 @@ CONFIGURE_ARGS+= --without-caca
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_CPPUNIT)
|
||||
LIB_DEPENDS+= cppunit-1.10:${PORTSDIR}/devel/cppunit
|
||||
BUILD_DEPENDS+= cppunit-config:${PORTSDIR}/devel/cppunit
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-cppunit
|
||||
.endif
|
||||
|
||||
@@ -15,7 +15,7 @@ MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= A lightweight PDF document viewer
|
||||
|
||||
BUILD_DEPENDS= DllPlugInTester:${PORTSDIR}/devel/cppunit
|
||||
BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit
|
||||
LIB_DEPENDS= poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
@@ -18,7 +18,6 @@ LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \
|
||||
pcre.0:${PORTSDIR}/devel/pcre
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \
|
||||
cppunit-config:${PORTSDIR}/devel/cppunit \
|
||||
ginstall:${PORTSDIR}/sysutils/coreutils \
|
||||
cppunit-config:${PORTSDIR}/devel/cppunit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user