pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/php-nextcloud26
Module Name: pkgsrc
Committed By: gdt
Date: Wed Oct 18 23:13:41 UTC 2023
Modified Files:
pkgsrc/www/php-nextcloud26: Makefile
Log Message:
nextcloud26: Drop stray p prefixing php in PKGNAME
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/php-nextcloud26/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/php-nextcloud26/Makefile
diff -u pkgsrc/www/php-nextcloud26/Makefile:1.1 pkgsrc/www/php-nextcloud26/Makefile:1.2
--- pkgsrc/www/php-nextcloud26/Makefile:1.1 Mon Sep 11 13:15:34 2023
+++ pkgsrc/www/php-nextcloud26/Makefile Wed Oct 18 23:13:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/09/11 13:15:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2023/10/18 23:13:41 gdt Exp $
#
# The nextcloud update process only works from one version to the
@@ -11,7 +11,7 @@
# later 18.x.y, to 19.0.0, and to later 19.x.y, but it is not ok to
# update to 20.
DISTNAME= nextcloud-26.0.5
-PKGNAME= p${PHP_PKG_PREFIX}-${DISTNAME}
+PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= https://download.nextcloud.com/server/releases/
EXTRACT_SUFX= .tar.bz2
Home |
Main Index |
Thread Index |
Old Index