aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-05 19:15:53 +0800
committerbapt <bapt@FreeBSD.org>2014-05-05 19:15:53 +0800
commitf03936c419c39e34271cf9d870721142405eb7d3 (patch)
treef7359dd61a615ee63f07b752d7d286b4e4134527 /textproc
parenta80b7695b81a5fdda9b135bfb10ce9025dce3470 (diff)
downloadfreebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.tar.gz
freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.tar.zst
freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.zip
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak With hat: portmgr
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-DBMS/Makefile2
-rw-r--r--textproc/py-dsv/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-DBMS/Makefile b/textproc/p5-XML-DBMS/Makefile
index d43a0f541b07..7fcc764df9c0 100644
--- a/textproc/p5-XML-DBMS/Makefile
+++ b/textproc/p5-XML-DBMS/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 1.03
CATEGORIES= textproc databases perl5
MASTER_SITES= http://www.rpbourret.com/xmldbms/
PKGNAMEPREFIX= p5-
-DISTNAME= perl-${PORTNAME:L}-${PORTVERSION}
+DISTNAME= perl-${PORTNAME:tl}-${PORTVERSION}
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl port of Java package XML-DBMS v1.0
diff --git a/textproc/py-dsv/Makefile b/textproc/py-dsv/Makefile
index 09edb0d83bd2..f408bc145345 100644
--- a/textproc/py-dsv/Makefile
+++ b/textproc/py-dsv/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 1.4.1
CATEGORIES= textproc python
MASTER_SITES= SF/python-${PORTNAME}/python-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME:U}-${PORTVERSION}
+DISTNAME= ${PORTNAME:tu}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module to parse or write delimeter-separated (e.g. CSV) files