mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
converters/o3read: Fix fetch
- Remove GENTOO MASTER_SITES as it no longer provides flat layout - Add FETCH_BEFORE_ARGS as fetch user-agent is blocked by server Approved by: portmgr (just-fix-it)
This commit is contained in:
parent
81f065d19b
commit
c102c317b8
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,7 @@ PORTNAME= o3read
|
||||||
PORTVERSION= 0.0.4
|
PORTVERSION= 0.0.4
|
||||||
PORTREVISION= 2
|
PORTREVISION= 2
|
||||||
CATEGORIES= converters
|
CATEGORIES= converters
|
||||||
MASTER_SITES= http://siag.nu/pub/o3read/ \
|
MASTER_SITES= https://siag.nu/pub/o3read/
|
||||||
GENTOO
|
|
||||||
|
|
||||||
MAINTAINER= samm@FreeBSD.org
|
MAINTAINER= samm@FreeBSD.org
|
||||||
COMMENT= Standalone converter for the OpenOffice.org writer and scalc formats
|
COMMENT= Standalone converter for the OpenOffice.org writer and scalc formats
|
||||||
|
@ -12,6 +11,8 @@ WWW= https://siag.nu/o3read/
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
FETCH_BEFORE_ARGS= --user-agent=Wget/1.20.3
|
||||||
|
|
||||||
PORTDOCS= README ChangeLog
|
PORTDOCS= README ChangeLog
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
Loading…
Add table
Reference in a new issue