diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-30 21:25:06 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-30 21:25:06 +0000 |
commit | 90a49f047213b5e4589868c4f9ed9f34fa186e8b (patch) | |
tree | a3eb79bf2c8deb40f9ed91f12f1edf0402cc910f /textproc/odt2txt | |
parent | bb165f9986932211da4c067d134f86dd3331320a (diff) |
Notes
Diffstat (limited to 'textproc/odt2txt')
-rw-r--r-- | textproc/odt2txt/Makefile | 4 | ||||
-rw-r--r-- | textproc/odt2txt/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/textproc/odt2txt/Makefile b/textproc/odt2txt/Makefile index 0c4904ddb0ec..19e62218694f 100644 --- a/textproc/odt2txt/Makefile +++ b/textproc/odt2txt/Makefile @@ -3,6 +3,7 @@ PORTNAME= odt2txt PORTVERSION= 0.5 +DISTVERSIONPREFIX= v CATEGORIES= textproc MAINTAINER= sunpoet@FreeBSD.org @@ -13,13 +14,10 @@ LICENSE= GPLv2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= gmake iconv -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/odt2txt man/man1/odt2txt.1.gz GH_ACCOUNT= dstosberg -GH_PROJECT= odt2txt -GH_TAGNAME= v${PORTVERSION} USE_GITHUB= yes post-patch: diff --git a/textproc/odt2txt/distinfo b/textproc/odt2txt/distinfo index f3f66347cfbe..37c4e924c1fc 100644 --- a/textproc/odt2txt/distinfo +++ b/textproc/odt2txt/distinfo @@ -1,2 +1,2 @@ -SHA256 (dstosberg-odt2txt-0.5-v0.5_GH0.tar.gz) = 23a889109ca9087a719c638758f14cc3b867a5dcf30a6c90bf6a0985073556dd -SIZE (dstosberg-odt2txt-0.5-v0.5_GH0.tar.gz) = 24460 +SHA256 (dstosberg-odt2txt-v0.5_GH0.tar.gz) = 23a889109ca9087a719c638758f14cc3b867a5dcf30a6c90bf6a0985073556dd +SIZE (dstosberg-odt2txt-v0.5_GH0.tar.gz) = 24460 |