pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkgin



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Dec  6 10:09:34 UTC 2024

Modified Files:
        pkgsrc/pkgtools/pkgin: Makefile distinfo
Removed Files:
        pkgsrc/pkgtools/pkgin/patches: patch-configure.ac

Log Message:
pkgin: Update to 24.12.0.

Tested on SmartOS, macOS, NetBSD, and Linux.  Tested with libfetch's
"openssl" option both on and off.  The package no longer pulls in
OpenSSL directly, instead leaving it to libfetch to determine whether
support is enabled or not.

## Version 24.12.0 (2024-12-05)

 * Cross-build fixes from Taylor.

 * Ensure logs use ISO-8601 timestamps.

 * Various autoconf and nbcompat cleanups.


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 pkgsrc/pkgtools/pkgin/Makefile
cvs rdiff -u -r1.80 -r1.81 pkgsrc/pkgtools/pkgin/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/pkgtools/pkgin/patches/patch-configure.ac

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

Modified files:

Index: pkgsrc/pkgtools/pkgin/Makefile
diff -u pkgsrc/pkgtools/pkgin/Makefile:1.133 pkgsrc/pkgtools/pkgin/Makefile:1.134
--- pkgsrc/pkgtools/pkgin/Makefile:1.133        Thu Nov 14 22:21:21 2024
+++ pkgsrc/pkgtools/pkgin/Makefile      Fri Dec  6 10:09:33 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.133 2024/11/14 22:21:21 wiz Exp $
+# $NetBSD: Makefile,v 1.134 2024/12/06 10:09:33 jperkin Exp $
 
-DISTNAME=              pkgin-23.8.1
-PKGREVISION=           7
+DISTNAME=              pkgin-24.12.0
 CATEGORIES=            pkgtools
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetBSDfr/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
@@ -12,7 +11,7 @@ COMMENT=              Apt / yum like tool for managi
 LICENSE=               modified-bsd
 
 EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}
-CONF_FILES=            ${EGDIR}/repositories.conf.example              \
+CONF_FILES=            ${EGDIR}/repositories.conf.example \
                        ${PKG_SYSCONFDIR}/${PKGBASE}/repositories.conf
 
 OWN_DIRS+=             ${PKG_SYSCONFDIR}/${PKGBASE}
@@ -31,7 +30,6 @@ CONFIGURE_ARGS+=      --with-machine-arch=${M
 CONFIGURE_ARGS+=       --with-pkg-install=${PKG_TOOLS_BIN}
 CONFIGURE_ARGS+=       --with-libarchive=${BUILDLINK_PREFIX.libarchive}
 CONFIGURE_ARGS+=       --with-libfetch=${BUILDLINK_PREFIX.libfetch}
-CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}
 CONFIGURE_ARGS+=       --with-sqlite3=${BUILDLINK_PREFIX.sqlite3}
 
 USE_FEATURES=          nbcompat
@@ -50,12 +48,6 @@ DEPENDS+=            pkg_install>=20200701:../../p
 
 .include "options.mk"
 
-USE_TOOLS+=    autoconf automake
-
-pre-configure:
-       @${STEP_MSG} Regenerating configure
-       ${RUN}cd ${WRKSRC} && autoreconf -fiv
-
 # those have official repositories
 .if !empty(PKGIN_REPOSITORY_URL)
 pre-install:
@@ -75,5 +67,4 @@ post-install:
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../net/libfetch/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/pkgtools/pkgin/distinfo
diff -u pkgsrc/pkgtools/pkgin/distinfo:1.80 pkgsrc/pkgtools/pkgin/distinfo:1.81
--- pkgsrc/pkgtools/pkgin/distinfo:1.80 Mon May 27 23:27:10 2024
+++ pkgsrc/pkgtools/pkgin/distinfo      Fri Dec  6 10:09:33 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.80 2024/05/27 23:27:10 riastradh Exp $
+$NetBSD: distinfo,v 1.81 2024/12/06 10:09:33 jperkin Exp $
 
-BLAKE2s (pkgin-23.8.1.tar.gz) = eb0f008ba9801a3c0a35de3e2b2503edd554c3cb17235b347bb8274a18794eb7
-SHA512 (pkgin-23.8.1.tar.gz) = 2561d9e4b28a9a77c3c798612ec489dd67dd9a93c61344937095b0683fa89d8432a9ab8e600d0e2995d954888ac2e75a407bab08aa1e8198e375c99d2999f233
-Size (pkgin-23.8.1.tar.gz) = 267029 bytes
-SHA1 (patch-configure.ac) = 53f56351fb602d9fdce2c1ed266d65919a369086
+BLAKE2s (pkgin-24.12.0.tar.gz) = 0f0e99826a71eb341cbb383bdeb1865916af027c8cc11ace154cae79d6553dc3
+SHA512 (pkgin-24.12.0.tar.gz) = aebccc6d006688798c0aa6e64ff8429fc1cee1f9bf6618fd4465c8671d3f730f79ca13f20b08cb21a1411419a41afefef4bf9eed2588e88c9f3f01c7d6f12956
+Size (pkgin-24.12.0.tar.gz) = 266989 bytes



Home | Main Index | Thread Index | Old Index