pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/xgap



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 26 14:52:12 UTC 2025

Modified Files:
        pkgsrc/math/xgap: Makefile

Log Message:
xgap: installs a perl script, so add perl dependency

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/math/xgap/Makefile

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

Modified files:

Index: pkgsrc/math/xgap/Makefile
diff -u pkgsrc/math/xgap/Makefile:1.26 pkgsrc/math/xgap/Makefile:1.27
--- pkgsrc/math/xgap/Makefile:1.26      Tue May  6 18:22:11 2025
+++ pkgsrc/math/xgap/Makefile   Mon May 26 14:52:12 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2025/05/06 18:22:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.27 2025/05/26 14:52:12 wiz Exp $
 
 DISTNAME=      xgap-4.32
+PKGREVISION=   1
 CATEGORIES=    math x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gap-packages/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -9,11 +10,11 @@ MAINTAINER=  pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gap-system.org/Packages/xgap.html
 COMMENT=       GUI for GAP
 
-#WRKSRC=               ${WRKDIR}/${GAP_PKG_NAME}
+#WRKSRC=       ${WRKDIR}/${GAP_PKG_NAME}
 GNU_CONFIGURE= YES
 BUILD_TARGET=  default
 
-USE_TOOLS+=    pax
+USE_TOOLS+=    pax perl:run
 
 CONFIGURE_ARGS+=       --with-gaproot=${GAP_DIRECTORY:Q}
 



Home | Main Index | Thread Index | Old Index