Bug 179077 - [maintainer update] net/reposado: Update to 0.0.20130415
Summary: [maintainer update] net/reposado: Update to 0.0.20130415
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-29 15:10 UTC by Masaki TAGAWA
Modified: 2013-05-30 14:10 UTC (History)
1 user (show)

See Also:


Attachments
reposado.patch (1.91 KB, patch)
2013-05-29 15:10 UTC, Masaki TAGAWA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki TAGAWA 2013-05-29 15:10:00 UTC
- Update to 0.0.20130415
- Use USE_GITHUB framework to fetch file

How-To-Repeat: - Checked on Redports.org[1]

[1] https://redports.org/buildarchive/20130529132300-27040/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-29 15:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-30 14:05:48 UTC
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%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-05-30 14:06:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!