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:
Muhammad Moinur Rahman 2024-12-27 08:10:08 +01:00
parent 81f065d19b
commit c102c317b8
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91

View file

@ -2,8 +2,7 @@ PORTNAME= o3read
PORTVERSION= 0.0.4
PORTREVISION= 2
CATEGORIES= converters
MASTER_SITES= http://siag.nu/pub/o3read/ \
GENTOO
MASTER_SITES= https://siag.nu/pub/o3read/
MAINTAINER= samm@FreeBSD.org
COMMENT= Standalone converter for the OpenOffice.org writer and scalc formats
@ -12,6 +11,8 @@ WWW= https://siag.nu/o3read/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
FETCH_BEFORE_ARGS= --user-agent=Wget/1.20.3
PORTDOCS= README ChangeLog
OPTIONS_DEFINE= DOCS