Index: head/sysutils/binup/Makefile =================================================================== --- head/sysutils/binup/Makefile (revision 305856) +++ head/sysutils/binup/Makefile (revision 305857) @@ -1,41 +1,44 @@ # New ports collection makefile for: binup # Date created: 2 November 2005 # Whom: BSDUpdates # # $FreeBSD$ # PORTNAME= binup PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= https://bsdupdates.com/binup/version/${PORTVERSION}/ DISTNAME= binup-${OPSYS}-${OSREL:C/\..*//}-${PORTVERSION} -MAINTAINER= support@bsdupdates.com +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 .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