Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2026 09:11:33 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f83dacfad345 - main - databases/pxlib: Update version 0.6.8=>0.6.9
Message-ID:  <6a141245.2620a.25e65296@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f83dacfad3455516e1800919d75f8c40bcf93684

commit f83dacfad3455516e1800919d75f8c40bcf93684
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-05-25 08:48:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-05-25 08:48:48 +0000

    databases/pxlib: Update version 0.6.8=>0.6.9
    
    - Update WWW
    - Update MASTER_SITES and switch to GITHUB
    
    Changelog: https://github.com/steinm/pxlib/releases/tag/R-0-6-9
---
 databases/pxlib/Makefile  | 19 ++++++++-----------
 databases/pxlib/distinfo  |  6 +++---
 databases/pxlib/pkg-plist |  2 +-
 3 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/databases/pxlib/Makefile b/databases/pxlib/Makefile
index 19c1ece2b33e..e3ec7c8bdaa4 100644
--- a/databases/pxlib/Makefile
+++ b/databases/pxlib/Makefile
@@ -1,25 +1,28 @@
 PORTNAME=	pxlib
-PORTVERSION=	0.6.8
+DISTVERSION=	0.6.9
 CATEGORIES=	databases
-MASTER_SITES=	SF
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	C library to read various Paradox files
-WWW=		https://pxlib.sourceforge.net
+WWW=		https://github.com/steinm/pxlib/
 
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser
 
-USES=		gmake gnome iconv libtool localbase:ldflags perl5 pkgconfig
+USES=		autoreconf gmake gnome iconv libtool localbase:ldflags perl5 pkgconfig
+USE_GITHUB=	yes
+GH_ACCOUNT=	steinm
+GH_TAGNAME=		R-${DISTVERSION:S/./-/g}
 USE_GNOME=	intltool
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 INSTALL_TARGET=	install-strip
 
+PLIST_SUB=		SOVERSION=${DISTVERSION}
+
 OPTIONS_DEFINE=	MANPAGES NLS
 OPTIONS_SUB=	yes
 
@@ -28,12 +31,6 @@ MANPAGES_BUILD_DEPENDS=	docbook-to-man:textproc/docbook-to-man \
 NLS_USES=	gettext
 NLS_CONFIGURE_OFF=	--disable-nls
 
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD
-CFLAGS+=	-Wno-error=incompatible-function-pointer-types
-.endif
-
 pre-build-MANPAGES-off:
 	${REINPLACE_CMD} -e 's/^DOCDIR =.*/DOCDIR =/' ${WRKSRC}/Makefile
 
diff --git a/databases/pxlib/distinfo b/databases/pxlib/distinfo
index 25219e4cc659..6867e761734e 100644
--- a/databases/pxlib/distinfo
+++ b/databases/pxlib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524577766
-SHA256 (pxlib-0.6.8.tar.gz) = 4d0a84a36d46a81ff8c629c4a00de3e7b6e7327d5d56c0a2ae44c1ea715ae63f
-SIZE (pxlib-0.6.8.tar.gz) = 532895
+TIMESTAMP = 1779652479
+SHA256 (steinm-pxlib-0.6.9-R-0-6-9_GH0.tar.gz) = 1553a0797f0f4b532919e463476f76b2593ec6c40ad1d1c88539b6f5b93a6bb2
+SIZE (steinm-pxlib-0.6.9-R-0-6-9_GH0.tar.gz) = 239935
diff --git a/databases/pxlib/pkg-plist b/databases/pxlib/pkg-plist
index f5f34aee2132..83450a75f2da 100644
--- a/databases/pxlib/pkg-plist
+++ b/databases/pxlib/pkg-plist
@@ -5,7 +5,7 @@ include/pxversion.h
 lib/libpx.a
 lib/libpx.so
 lib/libpx.so.0
-lib/libpx.so.0.6.8
+lib/libpx.so.%%SOVERSION%%
 libdata/pkgconfig/pxlib.pc
 %%NLS%%share/locale/de/LC_MESSAGES/pxlib.mo
 %%NLS%%share/locale/es/LC_MESSAGES/pxlib.mo


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a141245.2620a.25e65296>