pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/podofo



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Aug 14 12:12:29 UTC 2025

Modified Files:
        pkgsrc/print/podofo: Makefile

Log Message:
print/podofo: Update HOMEPAGE

podofo has moved to github.  Adjust HOMEPAGE and leave note that it
needs updating to 1.0.1, which needs c++17.

podofo 0.9.8 doesn't build with cmake 4, but as it needs an update
anyway which might avoid that (because upstream might have fixed the
bug or performed a cmake exorcism), that isn't fixed in this commit.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/print/podofo/Makefile

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

Modified files:

Index: pkgsrc/print/podofo/Makefile
diff -u pkgsrc/print/podofo/Makefile:1.49 pkgsrc/print/podofo/Makefile:1.50
--- pkgsrc/print/podofo/Makefile:1.49   Thu Apr 24 14:15:35 2025
+++ pkgsrc/print/podofo/Makefile        Thu Aug 14 12:12:29 2025
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.49 2025/04/24 14:15:35 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2025/08/14 12:12:29 gdt Exp $
 
+# \todo Update to 1.0.1, from github, and needing c++17.
 DISTNAME=      podofo-0.9.8
 PKGREVISION=   5
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=podofo/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://podofo.sourceforge.net/
+HOMEPAGE=      https://github.com/podofo/podofo/
+#OLD_HOMEPAGE= http://podofo.sourceforge.net/
 COMMENT=       Library to work with the PDF file format
 LICENSE=       gnu-lgpl-v2 AND gnu-gpl-v2
 
-USE_LANGUAGES= c c++
+USE_LANGUAGES=         c c++
+#USE_CXX_FEATURES=     c++17
 
 USE_TOOLS+=    pkg-config
 



Home | Main Index | Thread Index | Old Index