diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-11-20 23:17:23 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-11-20 23:17:23 +0000 |
commit | 7d57ad2e60425a4a0d54dc902927495ed76fa649 (patch) | |
tree | 5a6da58e7016d7bc94e700b402184e03bcb551de /devel/jsmin | |
parent | bd1a4586579a4bc3a7e200d86bef561ea8b62f2a (diff) | |
download | ports-7d57ad2e60425a4a0d54dc902927495ed76fa649.tar.gz ports-7d57ad2e60425a4a0d54dc902927495ed76fa649.zip |
Notes
Diffstat (limited to 'devel/jsmin')
-rw-r--r-- | devel/jsmin/Makefile | 18 | ||||
-rw-r--r-- | devel/jsmin/distinfo | 4 |
2 files changed, 9 insertions, 13 deletions
diff --git a/devel/jsmin/Makefile b/devel/jsmin/Makefile index 18843f6cc368..f366ccea2e1a 100644 --- a/devel/jsmin/Makefile +++ b/devel/jsmin/Makefile @@ -1,22 +1,18 @@ -# ex:ts=8 -# Ports collection makefile for: jsmin -# Date created: Jul 18, 2006 -# Whom: ijliao -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jsmin -PORTVERSION= 20120702 +PORTVERSION= 20121118 CATEGORIES= devel -MASTER_SITES= https://github.com/douglascrockford/JSMin/tarball/master/ -DISTNAME= douglascrockford-JSMin-${GITVERSION} MAINTAINER= madpilot@FreeBSD.org COMMENT= The JavaScript Minifier -GITVERSION= 49a70cf -FETCH_ARGS= -pRr +USE_GITHUB= yes +GH_ACCOUNT= douglascrockford +GH_PROJECT= JSMin +GH_TAGNAME= master +GH_COMMIT= 0d58ea6 PLIST_FILES= bin/jsmin PORTDOCS= README diff --git a/devel/jsmin/distinfo b/devel/jsmin/distinfo index 02030128bb6a..292d0cd14254 100644 --- a/devel/jsmin/distinfo +++ b/devel/jsmin/distinfo @@ -1,2 +1,2 @@ -SHA256 (douglascrockford-JSMin-49a70cf.tar.gz) = 129f53f8a5ff3bd42c29e1a32b6dc0a8f997409a2d26382b3df2f2315724ee8c -SIZE (douglascrockford-JSMin-49a70cf.tar.gz) = 4299 +SHA256 (jsmin-20121118.tar.gz) = 3f34bc91965508d6aa4a67a929a3f7bc54a444024005000001c29d1654cb2e43 +SIZE (jsmin-20121118.tar.gz) = 4316 |