svn commit: r307608 - head/devel/jsmin

Guido Falsi madpilot at FreeBSD.org
Tue Nov 20 23:17:24 UTC 2012


Author: madpilot
Date: Tue Nov 20 23:17:23 2012
New Revision: 307608
URL: http://svnweb.freebsd.org/changeset/ports/307608

Log:
  - Update to 20121118
  - USE_GITHUB
  - Trim Makefile headers
  
  Feature safe:	yes

Modified:
  head/devel/jsmin/Makefile   (contents, props changed)
  head/devel/jsmin/distinfo   (contents, props changed)

Modified: head/devel/jsmin/Makefile
==============================================================================
--- head/devel/jsmin/Makefile	Tue Nov 20 23:02:35 2012	(r307607)
+++ head/devel/jsmin/Makefile	Tue Nov 20 23:17:23 2012	(r307608)
@@ -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 at 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 at 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

Modified: head/devel/jsmin/distinfo
==============================================================================
--- head/devel/jsmin/distinfo	Tue Nov 20 23:02:35 2012	(r307607)
+++ head/devel/jsmin/distinfo	Tue Nov 20 23:17:23 2012	(r307608)
@@ -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


More information about the svn-ports-all mailing list