diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-05-02 18:33:14 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-05-04 15:00:35 +0000 |
commit | 94d45086f17c4e542ce7757ad31124b56d856003 (patch) | |
tree | fa8be5f0ee92cb08f0ac156b917aaec846ed66c5 | |
parent | 58632c68ced6f6a830241d86e3bcfb00f8c47d79 (diff) |
devel/log4cpp: update to 1.1.4
ChangeLog: https://sourceforge.net/p/log4cpp/codegit/ci/master/tree/ChangeLog
Reported by: portscout
-rw-r--r-- | devel/log4cpp/Makefile | 9 | ||||
-rw-r--r-- | devel/log4cpp/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile index ca0befed3c13..4f0cf44456d5 100644 --- a/devel/log4cpp/Makefile +++ b/devel/log4cpp/Makefile @@ -1,6 +1,5 @@ PORTNAME= log4cpp -PORTVERSION= 1.1.3 -PORTREVISION= 2 +PORTVERSION= 1.1.4 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}.x%20%28new%29/${PORTNAME}-${PORTVERSION:R} @@ -11,13 +10,13 @@ WWW= http://log4cpp.sourceforge.net/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -WRKSRC= ${WRKDIR}/${PORTNAME} - USES= compiler:c++11-lang gmake libtool pathfix +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-html-docs INSTALL_TARGET= install-strip -USE_LDCONFIG= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOXYGEN OPTIONS_SUB= yes diff --git a/devel/log4cpp/distinfo b/devel/log4cpp/distinfo index 13083bc1138d..e8ce438fbbd8 100644 --- a/devel/log4cpp/distinfo +++ b/devel/log4cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1515310743 -SHA256 (log4cpp-1.1.3.tar.gz) = 2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d -SIZE (log4cpp-1.1.3.tar.gz) = 595639 +TIMESTAMP = 1683052070 +SHA256 (log4cpp-1.1.4.tar.gz) = 696113659e426540625274a8b251052cc04306d8ee5c42a0c7639f39ca90c9d6 +SIZE (log4cpp-1.1.4.tar.gz) = 637440 |