pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/osticket
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jul 2 06:22:50 UTC 2025
Modified Files:
pkgsrc/www/osticket: Makefile
Log Message:
osticket: use standard github download method
Fix typo in REPLACE_PERL while here
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/osticket/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/osticket/Makefile
diff -u pkgsrc/www/osticket/Makefile:1.1 pkgsrc/www/osticket/Makefile:1.2
--- pkgsrc/www/osticket/Makefile:1.1 Mon Jun 30 14:34:14 2025
+++ pkgsrc/www/osticket/Makefile Wed Jul 2 06:22:49 2025
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2025/06/30 14:34:14 hauke Exp $
+# $NetBSD: Makefile,v 1.2 2025/07/02 06:22:49 wiz Exp $
-PKGNAME= osticket-${PKGVER}
-DISTNAME= osticket-v${PKGVER}
-PKGVER= 1.18.2
+DISTNAME= osticket-v1.18.2
+PKGNAME= ${DISTNAME:S/-v/-/}
CATEGORIES= www
-
-MASTER_SITES= ${MASTER_SITE_GITHUB:=osTicket/osTicket/releases/download/v${PKGVER}/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=osTicket/}
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .zip
MAINTAINER= hauke%NetBSD.org@localhost
@@ -42,7 +41,7 @@ REPLACE_PHP+= include/laminas-mail/vendo
REPLACE_PHP+= include/laminas-mail/vendor/laminas/laminas-servicemanager/bin/generate-factory-for-class
REPLACE_SH+= include/mpdf/vendor/paragonie/random_compat/build-phar.sh
-REPLACE_PERL=+ setup/scripts/automail.pl
+REPLACE_PERL+= setup/scripts/automail.pl
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index