aboutsummaryrefslogtreecommitdiff
path: root/devel/jsmin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/jsmin/Makefile')
-rw-r--r--devel/jsmin/Makefile18
1 files changed, 7 insertions, 11 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