[Midnightbsd-cvs] mports [20251] switch to github

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 19 15:05:41 EDT 2015


Revision: 20251
          http://svnweb.midnightbsd.org/mports/?rev=20251
Author:   laffer1
Date:     2015-09-19 15:05:40 -0400 (Sat, 19 Sep 2015)
Log Message:
-----------
switch to github

Modified Paths:
--------------
    trunk/www/furl/Makefile
    trunk/www/furl/distinfo
    trunk/www/furl/pkg-descr

Property Changed:
----------------
    trunk/www/furl/pkg-descr

Modified: trunk/www/furl/Makefile
===================================================================
--- trunk/www/furl/Makefile	2015-09-19 18:57:46 UTC (rev 20250)
+++ trunk/www/furl/Makefile	2015-09-19 19:05:40 UTC (rev 20251)
@@ -7,7 +7,7 @@
 PORTNAME=	furl
 PORTVERSION=	2.1
 CATEGORIES=	www
-MASTER_SITES=	http://www.gumbynet.org.uk/software/
+#MASTER_SITES=	http://www.gumbynet.org.uk/software/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Utility to display the HTTP headers returned by web-servers
@@ -17,4 +17,11 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=       ${MACHINE_ARCH}-portbld-midnightbsd${OSREL}
 
+USE_GITHUB=     yes
+GH_ACCOUNT=     bingos
+GH_PROJECT=     ${PORTNAME}
+GH_TAGNAME=	e5c824f
+
+WRKSRC=	${WRKDIR}/${PORTNAME}-${GH_TAGNAME}
+
 .include <bsd.port.mk>

Modified: trunk/www/furl/distinfo
===================================================================
--- trunk/www/furl/distinfo	2015-09-19 18:57:46 UTC (rev 20250)
+++ trunk/www/furl/distinfo	2015-09-19 19:05:40 UTC (rev 20251)
@@ -1,3 +1,2 @@
-SHA256 (furl-2.1.tar.gz) = 6ca6138c4afedacdb192e3d06f767d1679715694f377c65ca2a230fe111bb1e3
-RMD160 (furl-2.1.tar.gz) = d2063fc40e80dc95155b7bd9d558841397eb4209
-SIZE (furl-2.1.tar.gz) = 103070
+SHA256 (furl-2.1_GH0.tar.gz) = 0c95e6a612a7ad041617f87bdc90aac3abb788d3bad10c0a4be79fff93f4b760
+SIZE (furl-2.1_GH0.tar.gz) = 103982

Modified: trunk/www/furl/pkg-descr
===================================================================
--- trunk/www/furl/pkg-descr	2015-09-19 18:57:46 UTC (rev 20250)
+++ trunk/www/furl/pkg-descr	2015-09-19 19:05:40 UTC (rev 20251)
@@ -1,4 +1,6 @@
 A small utility designed to display the HTTP headers returned by web-servers
 in response to client requests.
 
+Also on github https://github.com/bingos/furl
+
 WWW: http://www.gumbynet.org.uk/software/furl.html


Property changes on: trunk/www/furl/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list