git: a11701c4c411 - main - textproc/py-chameleon: Move textproc/py-Chameleon to textproc/py-chameleon
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:31:03 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a11701c4c41157dadfc294521c6a947d7a776f6e
commit a11701c4c41157dadfc294521c6a947d7a776f6e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:12:21 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:12:21 +0000
textproc/py-chameleon: Move textproc/py-Chameleon to textproc/py-chameleon
---
MOVED | 1 +
textproc/Makefile | 2 +-
textproc/{py-Chameleon => py-chameleon}/Makefile | 3 ++-
textproc/{py-Chameleon => py-chameleon}/distinfo | 0
textproc/{py-Chameleon => py-chameleon}/pkg-descr | 0
5 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/MOVED b/MOVED
index ef333534910b..226ba91ca71d 100644
--- a/MOVED
+++ b/MOVED
@@ -17537,3 +17537,4 @@ x11-themes/adwaita-qt|x11-themes/adwaita-qt5|2022-08-23|Renamed to make space fo
net/gstreamer1-plugins-libmms||2022-08-26|Microsoft deprecated MMS in 2003
mail/py-email_reply_parser|mail/py-email-reply-parser|2022-08-27|Rename to match upstream naming
print/py-pdf2|print/py-pypdf2|2022-08-27|Rename to match upstream naming
+textproc/py-Chameleon|textproc/py-chameleon|2022-08-27|Rename to match upstream naming
diff --git a/textproc/Makefile b/textproc/Makefile
index 90901b9ffdd0..0abe6cc10318 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1264,7 +1264,6 @@
SUBDIR += print-n-times
SUBDIR += pugixml
SUBDIR += pup
- SUBDIR += py-Chameleon
SUBDIR += py-CommonMark
SUBDIR += py-Morfessor
SUBDIR += py-QDarkStyle
@@ -1285,6 +1284,7 @@
SUBDIR += py-bibtexparser
SUBDIR += py-bracex
SUBDIR += py-cchardet
+ SUBDIR += py-chameleon
SUBDIR += py-chardet
SUBDIR += py-charset-normalizer
SUBDIR += py-citeproc-py
diff --git a/textproc/py-Chameleon/Makefile b/textproc/py-chameleon/Makefile
similarity index 84%
rename from textproc/py-Chameleon/Makefile
rename to textproc/py-chameleon/Makefile
index 3d4ce8785289..3975f6bbf14e 100644
--- a/textproc/py-Chameleon/Makefile
+++ b/textproc/py-chameleon/Makefile
@@ -1,8 +1,9 @@
-PORTNAME= Chameleon
+PORTNAME= chameleon
PORTVERSION= 3.6
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= Chameleon-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Fast HTML/XML Template Compiler
diff --git a/textproc/py-Chameleon/distinfo b/textproc/py-chameleon/distinfo
similarity index 100%
rename from textproc/py-Chameleon/distinfo
rename to textproc/py-chameleon/distinfo
diff --git a/textproc/py-Chameleon/pkg-descr b/textproc/py-chameleon/pkg-descr
similarity index 100%
rename from textproc/py-Chameleon/pkg-descr
rename to textproc/py-chameleon/pkg-descr