Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2013 22:39:45 +0900 (JST)
From:      Masaki TAGAWA <masaki@club.kyutech.ac.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/179077: [maintainer update] net/reposado: Update to 0.0.20130415
Message-ID:  <201305291339.r4TDdjHY028798@rosetta.club.kyutech.ac.jp>
Resent-Message-ID: <201305291410.r4TEA1Ld040772@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179077
>Category:       ports
>Synopsis:       [maintainer update] net/reposado: Update to 0.0.20130415
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 29 14:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Masaki TAGAWA
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
Kyushu Institute of Technology
>Environment:
System: FreeBSD rosetta.club.kyutech.ac.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #9: Sat Feb 2 00:09:47 JST 2013 root@rosetta.club.kyutech.ac.jp:/usr/obj/usr/src/sys/CLUBVMKERNEL amd64

>Description:
- 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/
>Fix:


--- reposado.patch begins here ---
diff -ruN /usr/ports/net/reposado.org/Makefile /usr/ports/net/reposado/Makefile
--- /usr/ports/net/reposado.org/Makefile	2012-11-17 15:00:18.000000000 +0900
+++ /usr/ports/net/reposado/Makefile	2013-05-29 22:20:25.372604365 +0900
@@ -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:
diff -ruN /usr/ports/net/reposado.org/distinfo /usr/ports/net/reposado/distinfo
--- /usr/ports/net/reposado.org/distinfo	2012-09-05 00:05:30.000000000 +0900
+++ /usr/ports/net/reposado/distinfo	2013-05-29 21:16:23.578350028 +0900
@@ -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
diff -ruN /usr/ports/net/reposado.org/pkg-plist /usr/ports/net/reposado/pkg-plist
--- /usr/ports/net/reposado.org/pkg-plist	2012-06-25 10:23:26.000000000 +0900
+++ /usr/ports/net/reposado/pkg-plist	2013-05-29 21:46:03.666543058 +0900
@@ -14,5 +14,6 @@
 %%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%%
--- reposado.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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