diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-02-13 22:47:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-02-13 22:47:34 +0800 |
commit | e928de7218f35c838ecee8e69de6adb22800b0cf (patch) | |
tree | 422c0ca5ef162fa8a9045269825e911d2f085130 /misc | |
parent | bb2d761c39c9a3021d46494b9725b8c0561e0490 (diff) | |
download | freebsd-ports-gnome-e928de7218f35c838ecee8e69de6adb22800b0cf.tar.gz freebsd-ports-gnome-e928de7218f35c838ecee8e69de6adb22800b0cf.tar.zst freebsd-ports-gnome-e928de7218f35c838ecee8e69de6adb22800b0cf.zip |
Drop maintainership and mark DEPRECATED with an expiration time of one month.
The port does not work with modern iPods anymore. Also remove WWW and the
primary master site since it seized to exist.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gopod/Makefile | 9 | ||||
-rw-r--r-- | misc/gopod/pkg-descr | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/gopod/Makefile b/misc/gopod/Makefile index 08e6bd40bf7b..191690581441 100644 --- a/misc/gopod/Makefile +++ b/misc/gopod/Makefile @@ -5,14 +5,17 @@ PORTNAME= gopod PORTVERSION= 1.4 PORTREVISION= 3 CATEGORIES= misc -MASTER_SITES= http://gopod.free-go.net/gopod/ \ - CRITICAL +MASTER_SITES= CRITICAL PKGNAMEPREFIX?= DISTNAME= goPod-${PORTVERSION}_linux_bsd -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= Utility to cap/uncap an iPod +# don't forget to remove misc/gtk-gopod +DEPRECATED= does not work with modern iPods anymore +EXPIRATION_DATE=2013-03-13 + HAS_CONFIGURE= yes USE_GMAKE= yes USE_DOS2UNIX= yes diff --git a/misc/gopod/pkg-descr b/misc/gopod/pkg-descr index 04fe73aa1e44..4c7f52a32931 100644 --- a/misc/gopod/pkg-descr +++ b/misc/gopod/pkg-descr @@ -10,5 +10,3 @@ iPod and using it is illegal in France. goPod is not in any way affiliated with Apple Computer, Inc. Apple(tm) iPod(tm) are trademarks of Apple Computer, Inc. - -WWW: http://gopod.free-go.net/ |