diff options
author | nox <nox@FreeBSD.org> | 2014-03-28 04:04:33 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-03-28 04:04:33 +0800 |
commit | 7236f93778fcdbdd091127179314bd4ac37ea680 (patch) | |
tree | c054c5f5b7a399fc5b4f3180e65657120e78bde6 /german | |
parent | c7c6f6b783785fc9b62b992a8161f5178ab39ad4 (diff) | |
download | freebsd-ports-gnome-7236f93778fcdbdd091127179314bd4ac37ea680.tar.gz freebsd-ports-gnome-7236f93778fcdbdd091127179314bd4ac37ea680.tar.zst freebsd-ports-gnome-7236f93778fcdbdd091127179314bd4ac37ea680.zip |
Deprecate, set EXPIRATION_DATE :
bsdforen-firefox-searchplugin : No longer works after forum software update
bsdgroup-firefox-searchplugin : bsdgroup.de no longer seems to exist
Submitted by: Stefan 'Steve' Tell <stefan.tell@crashmail.de>
Submitted by: (port author, via irc)
Diffstat (limited to 'german')
-rw-r--r-- | german/bsdforen-firefox-searchplugin/Makefile | 4 | ||||
-rw-r--r-- | german/bsdgroup-firefox-searchplugin/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/german/bsdforen-firefox-searchplugin/Makefile b/german/bsdforen-firefox-searchplugin/Makefile index 14cde74e1aa4..e70ab9c5e629 100644 --- a/german/bsdforen-firefox-searchplugin/Makefile +++ b/german/bsdforen-firefox-searchplugin/Makefile @@ -18,6 +18,10 @@ USE_FIREFOX= yes NO_BUILD= yes NO_STAGE= yes + +DEPRECATED= No longer works after forum software update +EXPIRATION_DATE=2014-05-31 + .include <bsd.port.pre.mk> do-extract: diff --git a/german/bsdgroup-firefox-searchplugin/Makefile b/german/bsdgroup-firefox-searchplugin/Makefile index 6cee35e2724a..313baf1e7e29 100644 --- a/german/bsdgroup-firefox-searchplugin/Makefile +++ b/german/bsdgroup-firefox-searchplugin/Makefile @@ -18,6 +18,10 @@ USE_FIREFOX= yes NO_BUILD= yes NO_STAGE= yes + +DEPRECATED= bsdgroup.de no longer seems to exist +EXPIRATION_DATE=2014-05-31 + do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdgroup.src ${WRKSRC} |