svn commit: r436967 - in head/textproc/mysqlviz: . files

TAKATSU Tomonari tota at FreeBSD.org
Sun Mar 26 15:12:15 UTC 2017


Author: tota
Date: Sun Mar 26 15:12:13 2017
New Revision: 436967
URL: https://svnweb.freebsd.org/changeset/ports/436967

Log:
  - Unbreak by updating master site from Google Code to Github
  - Regenerate patch-mysqlviz with 'make makepatch'

Modified:
  head/textproc/mysqlviz/Makefile   (contents, props changed)
  head/textproc/mysqlviz/distinfo   (contents, props changed)
  head/textproc/mysqlviz/files/patch-mysqlviz   (contents, props changed)
  head/textproc/mysqlviz/pkg-descr   (contents, props changed)

Modified: head/textproc/mysqlviz/Makefile
==============================================================================
--- head/textproc/mysqlviz/Makefile	Sun Mar 26 15:09:52 2017	(r436966)
+++ head/textproc/mysqlviz/Makefile	Sun Mar 26 15:12:13 2017	(r436967)
@@ -3,20 +3,18 @@
 
 PORTNAME=	mysqlviz
 PORTVERSION=	0.3
+PORTREVISION=	1
 CATEGORIES=	textproc
-MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	tota at FreeBSD.org
 COMMENT=	MySQL and SQLite Database Visualisation Tool
 
 LICENSE=	GPLv3
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
-
 NO_BUILD=	yes
 USES=	php:cli tar:bzip2
+USE_GITHUB=	yes
+GH_ACCOUNT=	globalcitizen
 
 PLIST_FILES=	bin/${PORTNAME}
 
@@ -31,6 +29,8 @@ post-patch:
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
 

Modified: head/textproc/mysqlviz/distinfo
==============================================================================
--- head/textproc/mysqlviz/distinfo	Sun Mar 26 15:09:52 2017	(r436966)
+++ head/textproc/mysqlviz/distinfo	Sun Mar 26 15:12:13 2017	(r436967)
@@ -1,2 +1,3 @@
-SHA256 (mysqlviz-0.3.tar.bz2) = fdfc89771b821dfa6e9dda7a189d9f6d7db22a0bedb8450ba96dc08cf0221d8e
-SIZE (mysqlviz-0.3.tar.bz2) = 15377
+TIMESTAMP = 1490527116
+SHA256 (globalcitizen-mysqlviz-0.3_GH0.tar.gz) = 0e95b85258ca8908c59459eaf170176d34ac70b1f4cc5ffbd216640037c5f89f
+SIZE (globalcitizen-mysqlviz-0.3_GH0.tar.gz) = 14749

Modified: head/textproc/mysqlviz/files/patch-mysqlviz
==============================================================================
--- head/textproc/mysqlviz/files/patch-mysqlviz	Sun Mar 26 15:09:52 2017	(r436966)
+++ head/textproc/mysqlviz/files/patch-mysqlviz	Sun Mar 26 15:12:13 2017	(r436967)
@@ -1,6 +1,6 @@
---- mysqlviz.orig	2010-11-13 08:54:02.000000000 +0900
-+++ mysqlviz	2013-05-06 17:56:14.000000000 +0900
-@@ -184,17 +184,16 @@
+--- mysqlviz.orig	2010-11-12 23:53:55 UTC
++++ mysqlviz
+@@ -184,17 +184,16 @@ exit(0);
  
  # usage information
  function usage() {

Modified: head/textproc/mysqlviz/pkg-descr
==============================================================================
--- head/textproc/mysqlviz/pkg-descr	Sun Mar 26 15:09:52 2017	(r436966)
+++ head/textproc/mysqlviz/pkg-descr	Sun Mar 26 15:12:13 2017	(r436967)
@@ -6,4 +6,4 @@ Features:
 - Handles partial dumps (FK to tables that are not defined within the dump)
 - Fast! Uses sed and grep for data extraction (MySQL only)
 
-WWW: http://code.google.com/p/mysqlviz/
+WWW: https://github.com/globalcitizen/mysqlviz


More information about the svn-ports-head mailing list