aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-rjsmin
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
commit1d1f878054efdd1171a8cb006e59ad0727610293 (patch)
treee4434b89d2dbba884e57f6a6cd3c7fc294554ccf /archivers/py-rjsmin
parent43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff)
downloadports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz
ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415498
Diffstat (limited to 'archivers/py-rjsmin')
-rw-r--r--archivers/py-rjsmin/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/py-rjsmin/pkg-descr b/archivers/py-rjsmin/pkg-descr
index 751a826d4cfb..838d2410a936 100644
--- a/archivers/py-rjsmin/pkg-descr
+++ b/archivers/py-rjsmin/pkg-descr
@@ -1,5 +1,5 @@
rJSmin is a javascript minifier written in python. The minifier is based
-on the semantics of jsmin.c by Douglas Crockford. The module is a
+on the semantics of jsmin.c by Douglas Crockford. The module is a
re-implementation aiming for speed, so it can be used at runtime
(rather than during a preprocessing step). Usually it produces the same
results as the original jsmin.c.