The reason the linux-understand_* ports are unfetchable is not only that

the specified version is no longer available, it's that the new version
is now commercial software (requires a support contract).

Even with a distfile update the new versions do not install, so mark
them with an expiration date.

Approved by:	portmgr (self, implicit)
This commit is contained in:
Mark Linimon 2005-04-01 01:21:15 +00:00
parent b0fe092796
commit 84bc279d30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132136
4 changed files with 15 additions and 3 deletions

3
LEGAL
View File

@ -368,6 +368,9 @@ LimeWireLinux.tgz net/limewire No redistribution allowed
Linux-ACU-Driver-v* sysutils/linux-acu Redistribution not allowed
linux_devtools devel/linux_devtools GPL binaries
linux-gtk2 x11-toolkits/linux-gtk2 LGPL binary, no source
linux-understand_ada* devel/linux_understand_ada Commercial software
linux-understand_c* devel/linux_understand_c Commercial software
linux-understand_java* devel/linux_understand_java Commercial software
linuxq3ademo-* games/linux-q3ademo Restrictive license by Loki Software
l0phtcrack/* security/l0phtcrack Parts are under GPL, so
binaries should not be

View File

@ -19,7 +19,10 @@ COMMENT= Understand can parse a Ada project helping reverse engineer it
RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
BROKEN= Unfetchable
BROKEN= Unfetchable, outdated, new version requires support contract
DEPRECATED= ${BROKEN}
EXPIRATION_DATE= 2005-05-01
RESTRICTED= Commercial software
ONLY_FOR_ARCHS= i386
NO_WRKSUBDIR= yes

View File

@ -20,7 +20,10 @@ COMMENT= Understand can parse a C/C++ project helping reverse engineer it
RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
BROKEN= Unfetchable
BROKEN= Unfetchable, outdated, new version requires support contract
DEPRECATED= ${BROKEN}
EXPIRATION_DATE= 2005-05-01
RESTRICTED= Commercial software
ONLY_FOR_ARCHS= i386
NO_WRKSUBDIR= yes

View File

@ -19,7 +19,10 @@ COMMENT= Understand can parse a Java project helping reverse engineer it
RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
BROKEN= Unfetchable
BROKEN= Unfetchable, outdated, new version requires support contract
DEPRECATED= ${BROKEN}
EXPIRATION_DATE= 2005-05-01
RESTRICTED= Commercial software
ONLY_FOR_ARCHS= i386
NO_WRKSUBDIR= yes