pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/log4cxx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  4 16:18:28 UTC 2018

Modified Files:
        pkgsrc/devel/log4cxx: Makefile

Log Message:
log4cxx: fix HOMEPAGE link


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/log4cxx/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/log4cxx/Makefile
diff -u pkgsrc/devel/log4cxx/Makefile:1.10 pkgsrc/devel/log4cxx/Makefile:1.11
--- pkgsrc/devel/log4cxx/Makefile:1.10  Sun Feb 11 15:47:25 2018
+++ pkgsrc/devel/log4cxx/Makefile       Sun Mar  4 16:18:28 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/02/11 15:47:25 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/03/04 16:18:28 wiz Exp $
 
 DISTNAME=      apache-log4cxx-0.10.0
 PKGNAME=       ${DISTNAME:S/apache-//}
@@ -7,7 +7,7 @@ CATEGORIES=     devel
 MASTER_SITES=  ${MASTER_SITE_APACHE:=logging/log4cxx/0.10.0/}
 
 MAINTAINER=    reed%reedmedia.net@localhost
-HOMEPAGE=      https://logging.apache.org/log4cxx/
+HOMEPAGE=      https://logging.apache.org/log4cxx/latest_stable/index.html
 COMMENT=       Logging framework for C++
 
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index