pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/hugin



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun  7 10:10:42 UTC 2023

Modified Files:
        pkgsrc/graphics/hugin: Makefile

Log Message:
hugin: switch to wxGTK32


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/graphics/hugin/Makefile

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

Modified files:

Index: pkgsrc/graphics/hugin/Makefile
diff -u pkgsrc/graphics/hugin/Makefile:1.132 pkgsrc/graphics/hugin/Makefile:1.133
--- pkgsrc/graphics/hugin/Makefile:1.132        Tue Jun  6 08:02:11 2023
+++ pkgsrc/graphics/hugin/Makefile      Wed Jun  7 10:10:42 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.132 2023/06/06 08:02:11 wiz Exp $
+# $NetBSD: Makefile,v 1.133 2023/06/07 10:10:42 wiz Exp $
 
 DISTNAME=      hugin-2022.0.0
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hugin/}
 EXTRACT_SUFX=  .tar.bz2
@@ -69,5 +69,5 @@ post-patch:
 .include "../../lang/python/extension.mk"
 .include "../../math/fftw/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/wxGTK31/buildlink3.mk"
+.include "../../x11/wxGTK32/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index