mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
cad/linux-eagle5: Fix fetch error, mark deprecated
Details: - Cadsoft, the EAGLE vendor, was acquired by Autodesk a while ago. The EAGLE 5 series was discontinued since, and is superseded by Autodesk EAGLE 9. - Mark deprecated, scheduled for removal at the end of the 2022. Until then, the distfile remains available through a LOCAL mirror. MFH: 2022Q2
This commit is contained in:
parent
bbe6a87008
commit
9ec61d6d20
@ -2,9 +2,10 @@
|
||||
|
||||
PORTNAME= eagle5
|
||||
PORTVERSION= ${EAGLEVERSION}
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= cad linux
|
||||
MASTER_SITES= ftp://ftp.cadsoft.de/eagle/program/${EAGLEBASEVERSION}/
|
||||
MASTER_SITES= LOCAL/riggs/${PORTNAME} \
|
||||
ftp://ftp.cadsoft.de/eagle/program/${EAGLEBASEVERSION}/
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= eagle-lin-${EAGLEVERSION}
|
||||
EXTRACT_SUFX= .run
|
||||
@ -20,6 +21,9 @@ LICENSE_FILE= ${WRKSRC}/doc/license_en.txt
|
||||
# Copying the software is only allowed for backup by an individual licensee
|
||||
LICENSE_PERMS= auto-accept
|
||||
|
||||
DEPRECATED= Deprecated upstream, superseded by Autodesk EAGLE 9
|
||||
EXPIRATION_DATE= 2022-12-31
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/lin-//}
|
||||
|
Loading…
Reference in New Issue
Block a user