diff options
author | linimon <linimon@FreeBSD.org> | 2012-10-14 16:06:33 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-10-14 16:06:33 +0800 |
commit | 3b4c794efa0ce43f5e3091256f56e45db5d93aca (patch) | |
tree | 82ad444e5ecd986e1c993d8aa5dee03c67451009 /sysutils | |
parent | 9c1a72697c5c28cd716aaf755e97c32129b2daca (diff) | |
download | freebsd-ports-gnome-3b4c794efa0ce43f5e3091256f56e45db5d93aca.tar.gz freebsd-ports-gnome-3b4c794efa0ce43f5e3091256f56e45db5d93aca.tar.zst freebsd-ports-gnome-3b4c794efa0ce43f5e3091256f56e45db5d93aca.zip |
Remove sysutils/binup. It had already been marked deprecated (mastersite
disappeared) before I added redundant deprecated (maintainer bounce).
Rather than remove the redundant lines, just move the deletion date up
by 2 days.
Noticed by: rm
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/binup/Makefile | 44 | ||||
-rw-r--r-- | sysutils/binup/distinfo | 4 | ||||
-rw-r--r-- | sysutils/binup/pkg-descr | 14 |
4 files changed, 0 insertions, 63 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index be3031d7c94a..fa6816f101e0 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -70,7 +70,6 @@ SUBDIR += be_agent SUBDIR += beadm SUBDIR += beadm-devel - SUBDIR += binup SUBDIR += biosfont SUBDIR += bkpupsd SUBDIR += bksh diff --git a/sysutils/binup/Makefile b/sysutils/binup/Makefile deleted file mode 100644 index e51a8cf1b928..000000000000 --- a/sysutils/binup/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: binup -# Date created: 2 November 2005 -# Whom: BSDUpdates <support@bsdupdates.com> -# -# $FreeBSD$ -# - -PORTNAME= binup -PORTVERSION= 1.1 -CATEGORIES= sysutils -MASTER_SITES= https://bsdupdates.com/binup/version/${PORTVERSION}/ -DISTNAME= binup-${OPSYS}-${OSREL:C/\..*//}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -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 -USE_BZIP2= yes - -PLIST_FILES= libexec/binup/bspatch-static libexec/binup/pw-static sbin/binup -PLIST_DIRS= libexec/binup - -DEPRECATED= mastersite and maintainer disappeared -EXPIRATION_DATE= 2012-11-13 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700000 -IGNORE= does not support ${OPSYS}-${OSREL} at this time -.endif - -do-install: - ${MKDIR} ${PREFIX}/libexec/binup - ${INSTALL_PROGRAM} ${WRKSRC}/bspatch-static ${PREFIX}/libexec/binup - ${INSTALL_PROGRAM} ${WRKSRC}/pw-static ${PREFIX}/libexec/binup - ${INSTALL_PROGRAM} ${WRKSRC}/binup ${PREFIX}/sbin - -.include <bsd.port.post.mk> diff --git a/sysutils/binup/distinfo b/sysutils/binup/distinfo deleted file mode 100644 index 36e1e8bdaabf..000000000000 --- a/sysutils/binup/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (binup-FreeBSD-5-1.1.tar.bz2) = b2f772aea612ec43bc963fe42706f7dbb61ba9ec1d5678a940e37674e27b9e79 -SIZE (binup-FreeBSD-5-1.1.tar.bz2) = 1416205 -SHA256 (binup-FreeBSD-6-1.1.tar.bz2) = 828da13eef21b37385551fa9c39c0636dac15b95bde270aecd1805a1354bf2fc -SIZE (binup-FreeBSD-6-1.1.tar.bz2) = 1528901 diff --git a/sysutils/binup/pkg-descr b/sysutils/binup/pkg-descr deleted file mode 100644 index c40b30021ada..000000000000 --- a/sysutils/binup/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -BSDUpdates provides free binary security updates for all the latest BSD -operating systems. Our easy to use interface allows you to monitor the security -status of all your computers from convenient screen. - -By registering for a free account, you can: -- Patch vulnerabilities without rebuilding the system -- Apply Security Updates automatically -- Upgrade your computer remotely - -Additional services will (soon) be available on a subscription basis that allow -you to: -- Track -STABLE automatically - -WWW: https://bsdupdates.com/ |