diff options
author | marino <marino@FreeBSD.org> | 2014-11-09 17:37:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-09 17:37:08 +0800 |
commit | c6469bfb211e4c63ea0bd4ff6a6f0d56413218fb (patch) | |
tree | ade7eb83e5ad4ee60cf5d904540b42708d5ba9c1 /textproc/odt2txt | |
parent | e215e51103673a8c2f1d65dc45837bde759b3929 (diff) | |
download | freebsd-ports-gnome-c6469bfb211e4c63ea0bd4ff6a6f0d56413218fb.tar.gz freebsd-ports-gnome-c6469bfb211e4c63ea0bd4ff6a6f0d56413218fb.tar.zst freebsd-ports-gnome-c6469bfb211e4c63ea0bd4ff6a6f0d56413218fb.zip |
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
Diffstat (limited to 'textproc/odt2txt')
-rw-r--r-- | textproc/odt2txt/Makefile | 12 | ||||
-rw-r--r-- | textproc/odt2txt/distinfo | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/textproc/odt2txt/Makefile b/textproc/odt2txt/Makefile index 884a7a720d8b..0796d0f0faf3 100644 --- a/textproc/odt2txt/Makefile +++ b/textproc/odt2txt/Makefile @@ -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 diff --git a/textproc/odt2txt/distinfo b/textproc/odt2txt/distinfo index 65eefae31a8f..835939ee614b 100644 --- a/textproc/odt2txt/distinfo +++ b/textproc/odt2txt/distinfo @@ -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 |