diff options
author | rm <rm@FreeBSD.org> | 2012-09-17 03:53:57 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-17 03:53:57 +0800 |
commit | b43f9b52d8d8b0b5a9da625fcd316eb7f7273cf0 (patch) | |
tree | 80b71521734b5e6042bb077581db9938f790c5bf /sysutils | |
parent | 1f8b07f201f619774903da63b6491c1068621a37 (diff) | |
download | freebsd-ports-gnome-b43f9b52d8d8b0b5a9da625fcd316eb7f7273cf0.tar.gz freebsd-ports-gnome-b43f9b52d8d8b0b5a9da625fcd316eb7f7273cf0.tar.zst freebsd-ports-gnome-b43f9b52d8d8b0b5a9da625fcd316eb7f7273cf0.zip |
- Mark as deprecated. Upstream disappeared (domain has expired), doesn't work on
any supported FreeBSD versions, use freebsd-update(8) instead. Set expiration
date to 2012-10-16.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/binup/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/binup/Makefile b/sysutils/binup/Makefile index 05951b172ed7..eeacb1c63175 100644 --- a/sysutils/binup/Makefile +++ b/sysutils/binup/Makefile @@ -14,6 +14,10 @@ DISTNAME= binup-${OPSYS}-${OSREL:C/\..*//}-${PORTVERSION} MAINTAINER= support@bsdupdates.com COMMENT= BSDUpdates system update tool +DEPRECATED= Upstream disappeared, doesn't work on any supported FreeBSD \ + versions, use freebsd-update(8) instead +EXPIRATION_DATE=2012-10-16 + ONLY_FOR_ARCHS= i386 NO_BUILD= yes |