aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-parsel/Makefile
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2017-05-29 05:15:41 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2017-05-29 05:15:41 +0000
commite959a3fa74cfa1b5e526f780fe69d022ac26cb42 (patch)
treee4ba965d5cf22c1720328753b6ea0475c6317c38 /textproc/py-parsel/Makefile
parente1c44f5ddd42d71f9886a7a279150664c6970f80 (diff)
downloadports-e959a3fa74cfa1b5e526f780fe69d022ac26cb42.tar.gz
ports-e959a3fa74cfa1b5e526f780fe69d022ac26cb42.zip
Notes
Diffstat (limited to 'textproc/py-parsel/Makefile')
-rw-r--r--textproc/py-parsel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-parsel/Makefile b/textproc/py-parsel/Makefile
index 03662d7d573d..cac6e2369128 100644
--- a/textproc/py-parsel/Makefile
+++ b/textproc/py-parsel/Makefile
@@ -1,13 +1,13 @@
# $FreeBSD$
PORTNAME= parsel
-PORTVERSION= 1.1.0
+PORTVERSION= 1.2.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= eric@camachat.org
-COMMENT= Parsel is a library to extract data from HTML and XML using XPath and CSS selectors
+COMMENT= Library to extract data from HTML and XML using XPath and CSS selectors
LICENSE= BSD3CLAUSE