pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Fri Oct 24 03:59:52 UTC 2025

Modified Files:
        pkgsrc/www/curl: Makefile Makefile.common
        pkgsrc/www/libcurl-gnutls: Makefile

Log Message:
www/curl, www/libcurl-gnutls: Move PKGREVISION from Makefile.common.

pkglint complains, rightly: it wasn't necessary to revbump
www/libcurl-gnutls by putting PKGREVISION=1 in Makefile.common,
because www/libcurl-gnutls's build options didn't change; it was only
necessary to revbump www/curl because www/curl's build options did
change in a way that affects buildlink3.mk.

But since we already did the revbump, let's keep it.

No functional change intended: both packages retain the same
PKGREVISION, but pkglint is happier now.


To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/curl/Makefile.common
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/libcurl-gnutls/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/curl/Makefile
diff -u pkgsrc/www/curl/Makefile:1.299 pkgsrc/www/curl/Makefile:1.300
--- pkgsrc/www/curl/Makefile:1.299      Sun Oct  5 17:17:00 2025
+++ pkgsrc/www/curl/Makefile    Fri Oct 24 03:59:51 2025
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.299 2025/10/05 17:17:00 js Exp $
+# $NetBSD: Makefile,v 1.300 2025/10/24 03:59:51 riastradh Exp $
 
 .include "Makefile.common"
 
+PKGREVISION=           1
+
 CONFIGURE_ARGS+=       --with-ssl=${BUILDLINK_PREFIX.openssl}
 
 SUBST_CLASSES+=                rpath

Index: pkgsrc/www/curl/Makefile.common
diff -u pkgsrc/www/curl/Makefile.common:1.28 pkgsrc/www/curl/Makefile.common:1.29
--- pkgsrc/www/curl/Makefile.common:1.28        Sun Oct  5 19:16:03 2025
+++ pkgsrc/www/curl/Makefile.common     Fri Oct 24 03:59:51 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.common,v 1.28 2025/10/05 19:16:03 js Exp $
+# $NetBSD: Makefile.common,v 1.29 2025/10/24 03:59:51 riastradh Exp $
 # used by www/libcurl-gnutls/Makefile
 
 DISTNAME=      curl-8.16.0
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  https://curl.se/download/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/libcurl-gnutls/Makefile
diff -u pkgsrc/www/libcurl-gnutls/Makefile:1.17 pkgsrc/www/libcurl-gnutls/Makefile:1.18
--- pkgsrc/www/libcurl-gnutls/Makefile:1.17     Wed May 28 09:43:53 2025
+++ pkgsrc/www/libcurl-gnutls/Makefile  Fri Oct 24 03:59:52 2025
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2025/05/28 09:43:53 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/10/24 03:59:52 riastradh Exp $
 
 .include "../../www/curl/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/curl/libcurl-gnutls/}
+PKGREVISION=   1
 
 TOOL_DEPENDS+= patchelf-[0-9]*:../../devel/patchelf
 



Home | Main Index | Thread Index | Old Index