pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/libecap
Module Name:    pkgsrc
Committed By:   prlw1
Date:           Wed Jul 23 16:16:12 UTC 2025
Modified Files:
        pkgsrc/www/libecap: Makefile
Log Message:
www/libecap: fix MASTER_SITES and use USE_CXX_FEATURES
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/libecap/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/libecap/Makefile
diff -u pkgsrc/www/libecap/Makefile:1.6 pkgsrc/www/libecap/Makefile:1.7
--- pkgsrc/www/libecap/Makefile:1.6     Mon Jul 25 11:12:29 2022
+++ pkgsrc/www/libecap/Makefile Wed Jul 23 16:16:12 2025
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:29 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/07/23 16:16:12 prlw1 Exp $
 
 DISTNAME=      libecap-1.0.1
 PKGREVISION=   2
 CATEGORIES=    www
-MASTER_SITES=  http://www.measurement-factory.com/tmp/ecap/
+MASTER_SITES=  https://www.e-cap.org/archive/
 
 MAINTAINER=    prlw1%cam.ac.uk@localhost
 HOMEPAGE=      https://www.e-cap.org/
 COMMENT=       C++ implementation of eCAP API
 LICENSE=       2-clause-bsd
 
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++11
-USE_LIBTOOL=   yes
+GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
+USE_LANGUAGES=         c c++
+USE_CXX_FEATURES=      c++11
 
 PKGCONFIG_OVERRIDE+=   libecap.pc.in
 
Home |
Main Index |
Thread Index |
Old Index