svn commit: r372349 - head/textproc/odt2txt

John Marino marino at FreeBSD.org
Sun Nov 9 09:37:09 UTC 2014


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 at renatasystems.org
+MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list