Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2022 19:07:49 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 810af1b1a0c4 - main - www/smarty2: fix PKGBASE collision with www/smarty
Message-ID:  <202208291907.27TJ7nOj063496@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=810af1b1a0c45daf0cddcaf8578a051ca9d3723a

commit 810af1b1a0c45daf0cddcaf8578a051ca9d3723a
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-08-29 19:07:26 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-08-29 19:07:26 +0000

    www/smarty2: fix PKGBASE collision with www/smarty
---
 www/smarty2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/smarty2/Makefile b/www/smarty2/Makefile
index 9d7496d99bc5..1869e20cc6b3 100644
--- a/www/smarty2/Makefile
+++ b/www/smarty2/Makefile
@@ -4,7 +4,7 @@ DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://www.smarty.net/files/docs/:manual
 DISTFILES=	manual-en-${PORTVERSION:R}.zip:manual
-PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
+PKGNAMESUFFIX=	2${PHP_PKGNAMESUFFIX}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PHP compiling template engine



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208291907.27TJ7nOj063496>