Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2013 13:05:35 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319424 - head/net/reposado
Message-ID:  <201305301305.r4UD5Zv8087160@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu May 30 13:05:34 2013
New Revision: 319424
URL: http://svnweb.freebsd.org/changeset/ports/319424

Log:
  - Update to 0.0.20130415
  - Use USE_GITHUB framework to fetch file
  
  PR:		ports/179077
  Submitted by:	Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)

Modified:
  head/net/reposado/Makefile
  head/net/reposado/distinfo   (contents, props changed)
  head/net/reposado/pkg-plist   (contents, props changed)

Modified: head/net/reposado/Makefile
==============================================================================
--- head/net/reposado/Makefile	Thu May 30 12:51:11 2013	(r319423)
+++ head/net/reposado/Makefile	Thu May 30 13:05:34 2013	(r319424)
@@ -6,23 +6,25 @@
 #
 
 PORTNAME=	reposado
-PORTVERSION=	0.0.20120810
+PORTVERSION=	0.0.20130415
 CATEGORIES=	net
-MASTER_SITES=	https://nodeload.github.com/wdas/reposado/zipball/${TAG}?dummy=/
-DISTNAME=	${PORTNAME}-${PORTVERSION:S/0.0.//}
 
 MAINTAINER=	masaki@club.kyutech.ac.jp
 COMMENT=	Tools for replicating the Apple's Software Update Service
 
 RUN_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	wdas
+GH_COMMIT=	${GH_TAGNAME}
+GH_PROJECT=	${PORTNAME}
+GH_TAGNAME=	1bcf4f0
+
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USE_PYTHON=	2.6+
 USE_PYDISTUTILS=	yes
 
-TAG=		edfdb87
-WRKSRC=		${WRKDIR}/wdas-reposado-${TAG}
 SUB_FILES=	pkg-message
 
 post-patch:

Modified: head/net/reposado/distinfo
==============================================================================
--- head/net/reposado/distinfo	Thu May 30 12:51:11 2013	(r319423)
+++ head/net/reposado/distinfo	Thu May 30 13:05:34 2013	(r319424)
@@ -1,2 +1,2 @@
-SHA256 (reposado-20120810.tar.gz) = 03925fb2d5e8352c75669d0027da13af97c27fd50cccda0712b85d31c57dd84b
-SIZE (reposado-20120810.tar.gz) = 57132
+SHA256 (reposado-0.0.20130415.tar.gz) = 7590aeaaebed1f59f4de35cdf0df7d8799feb17fba4d22a929bfd582d6e5ab79
+SIZE (reposado-0.0.20130415.tar.gz) = 53843

Modified: head/net/reposado/pkg-plist
==============================================================================
--- head/net/reposado/pkg-plist	Thu May 30 12:51:11 2013	(r319423)
+++ head/net/reposado/pkg-plist	Thu May 30 13:05:34 2013	(r319424)
@@ -14,5 +14,6 @@ bin/repoutil
 %%PORTDOCS%%%%DOCSDIR%%/reposado_operation.txt
 %%PORTDOCS%%%%DOCSDIR%%/reposado_preferences.txt
 %%PORTDOCS%%%%DOCSDIR%%/reposado_py2exe.txt
+%%PORTDOCS%%%%DOCSDIR%%/URL_rewrites.txt
 %%PORTDOCS%%%%DOCSDIR%%/README.md
 %%PORTDOCS%%@dirrm %%DOCSDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305301305.r4UD5Zv8087160>