svn commit: r422371 - head/textproc/iksemel

Antoine Brodin antoine at FreeBSD.org
Sun Sep 18 11:18:24 UTC 2016


Author: antoine
Date: Sun Sep 18 11:18:23 2016
New Revision: 422371
URL: https://svnweb.freebsd.org/changeset/ports/422371

Log:
  Unbreak by switching to USE_GITHUB

Modified:
  head/textproc/iksemel/Makefile
  head/textproc/iksemel/distinfo

Modified: head/textproc/iksemel/Makefile
==============================================================================
--- head/textproc/iksemel/Makefile	Sun Sep 18 11:05:26 2016	(r422370)
+++ head/textproc/iksemel/Makefile	Sun Sep 18 11:18:23 2016	(r422371)
@@ -5,7 +5,6 @@ PORTNAME=	iksemel
 PORTVERSION=	1.4
 PORTREVISION=	7
 CATEGORIES=	textproc
-MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	XML parser library mainly designed for Jabber applications
@@ -13,10 +12,12 @@ COMMENT=	XML parser library mainly desig
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		Unfetchable (google code has gone away)
-
 LIB_DEPENDS=	libgnutls.so:security/gnutls
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	meduketto
+GH_TAGNAME=	6cddfef
+
 USES=		autoreconf libtool makeinfo pathfix pkgconfig
 PATHFIX_MAKEFILEIN=	Makefile.am
 GNU_CONFIGURE=	yes

Modified: head/textproc/iksemel/distinfo
==============================================================================
--- head/textproc/iksemel/distinfo	Sun Sep 18 11:05:26 2016	(r422370)
+++ head/textproc/iksemel/distinfo	Sun Sep 18 11:18:23 2016	(r422371)
@@ -1,2 +1,3 @@
-SHA256 (iksemel-1.4.tar.gz) = 458c1b8fb3349076a6cecf26c29db1d561315d84e16bfcfba419f327f502e244
-SIZE (iksemel-1.4.tar.gz) = 515581
+TIMESTAMP = 1474196501
+SHA256 (meduketto-iksemel-1.4-6cddfef_GH0.tar.gz) = 32ecf6c0d7176c1b6dd0d5afd94cab4890a37345ecec50b141e4bfc3792eddb6
+SIZE (meduketto-iksemel-1.4-6cddfef_GH0.tar.gz) = 74848


More information about the svn-ports-head mailing list