Date: Mon, 10 Jun 2024 11:39:42 GMT From: Michael Osipov <michaelo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7652983088a1 - main - devel/apache-commons-daemon: update port to 1.4.0 Message-ID: <202406101139.45ABdgfi050461@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by michaelo: URL: https://cgit.FreeBSD.org/ports/commit/?id=7652983088a124fb377cf45a8ea5186c92a6bd5a commit 7652983088a124fb377cf45a8ea5186c92a6bd5a Author: Michael Osipov <michaelo@FreeBSD.org> AuthorDate: 2024-06-06 10:35:49 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2024-06-10 11:38:55 +0000 devel/apache-commons-daemon: update port to 1.4.0 Changelog: https://commons.apache.org/proper/commons-daemon/changes-report.html#a1.4.0 Approved by: jrm (mentor), ale (maintainer) Differential Revision: https://reviews.freebsd.org/D45513 --- devel/apache-commons-daemon/Makefile | 8 +------- devel/apache-commons-daemon/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/devel/apache-commons-daemon/Makefile b/devel/apache-commons-daemon/Makefile index 1ff69684c248..5ca55f773869 100644 --- a/devel/apache-commons-daemon/Makefile +++ b/devel/apache-commons-daemon/Makefile @@ -1,5 +1,5 @@ PORTNAME= commons-daemon -PORTVERSION= 1.3.4 +PORTVERSION= 1.4.0 CATEGORIES= devel java MASTER_SITES= https://archive.apache.org/dist/commons/daemon/source/:src \ https://archive.apache.org/dist/commons/daemon/binaries/:bin @@ -27,12 +27,6 @@ PLIST_FILES= bin/jsvc %%JAVAJARDIR%%/${PORTNAME}.jar PORTDOCS= * -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) -CFLAGS+= -Wno-error=incompatible-function-pointer-types -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jsvc ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKBIN}/${DISTNAME}.jar \ diff --git a/devel/apache-commons-daemon/distinfo b/devel/apache-commons-daemon/distinfo index e7b4b8c4378e..dd544290c57d 100644 --- a/devel/apache-commons-daemon/distinfo +++ b/devel/apache-commons-daemon/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1695119680 -SHA256 (commons-daemon-1.3.4-native-src.tar.gz) = de59ea724ac26cdb899e2e73439b024d92a860164409cf1ab9602bfe3cd12c30 -SIZE (commons-daemon-1.3.4-native-src.tar.gz) = 214214 -SHA256 (commons-daemon-1.3.4-bin.tar.gz) = 9fdce674f0b89cbb3f467b61f6ea2391ce4a83921f80445baf4f133af10d4744 -SIZE (commons-daemon-1.3.4-bin.tar.gz) = 378873 +TIMESTAMP = 1717668909 +SHA256 (commons-daemon-1.4.0-native-src.tar.gz) = e05fab8f752457a70b2aadaf7f1702f14a162200809ade6cb6f9a52add3c310d +SIZE (commons-daemon-1.4.0-native-src.tar.gz) = 214459 +SHA256 (commons-daemon-1.4.0-bin.tar.gz) = 0a7b1dd79c91103b64a0d15102c2290029c286771536075d4c9d4212f84a9f8f +SIZE (commons-daemon-1.4.0-bin.tar.gz) = 244710
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406101139.45ABdgfi050461>