Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2014 09:37:08 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372349 - head/textproc/odt2txt
Message-ID:  <201411090937.sA99b8r0065785@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Nov  9 09:37:08 2014
New Revision: 372349
URL: https://svnweb.freebsd.org/changeset/ports/372349
QAT: https://qat.redports.org/buildarchive/r372349/

Log:
  textproc/odt2txt: switch to github to fix fetching
  
  While here, reset maintainership.  The maintainer has not provided any
  updates since taking over the port in 2011, including staging the port.
  
  PR:		194348
  Submitted by:	kvedulv (de)
  Approved by:	(former) maintainer timeout

Modified:
  head/textproc/odt2txt/Makefile
  head/textproc/odt2txt/distinfo

Modified: head/textproc/odt2txt/Makefile
==============================================================================
--- head/textproc/odt2txt/Makefile	Sun Nov  9 09:21:05 2014	(r372348)
+++ head/textproc/odt2txt/Makefile	Sun Nov  9 09:37:08 2014	(r372349)
@@ -3,16 +3,20 @@
 
 PORTNAME=	odt2txt
 PORTVERSION=	0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
-MASTER_SITES=	http://stosberg.net/odt2txt/ \
-		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
+MASTER_SITES=	GH
 
-MAINTAINER=	alexey@renatasystems.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple converter from OpenDocument Text to plain text
 
 LICENSE=	GPLv2
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	dstosberg
+GH_PROJECT=	odt2txt
+GH_COMMIT=	97b8999
+GH_TAGNAME=	${GH_COMMIT}
 USES=		iconv gmake
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/textproc/odt2txt/distinfo
==============================================================================
--- head/textproc/odt2txt/distinfo	Sun Nov  9 09:21:05 2014	(r372348)
+++ head/textproc/odt2txt/distinfo	Sun Nov  9 09:37:08 2014	(r372349)
@@ -1,2 +1,2 @@
-SHA256 (odt2txt-0.4.tar.gz) = a5f4bdf81cdc2afb60fa74ed5da34235eafdc78263f5aaa325193c2bf8d166f8
-SIZE (odt2txt-0.4.tar.gz) = 23997
+SHA256 (odt2txt-0.4.tar.gz) = fbc13db0b6fff4d702820e2b0a0db6e2c33c4730cedcc512b94a748f28c5b6e0
+SIZE (odt2txt-0.4.tar.gz) = 24483



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