From owner-svn-ports-all@FreeBSD.ORG Sun Oct 14 03:02:02 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B584B2B8; Sun, 14 Oct 2012 03:02:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9EC188FC0A; Sun, 14 Oct 2012 03:02:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9E322sr070508; Sun, 14 Oct 2012 03:02:02 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9E322pB070503; Sun, 14 Oct 2012 03:02:02 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201210140302.q9E322pB070503@svn.freebsd.org> From: Mark Linimon Date: Sun, 14 Oct 2012 03:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305857 - head/sysutils/binup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2012 03:02:02 -0000 Author: linimon Date: Sun Oct 14 03:02:01 2012 New Revision: 305857 URL: http://svn.freebsd.org/changeset/ports/305857 Log: Reset maintainer and mark deprecated: mail bounces, mastersite gone. Feature safe: yes Modified: head/sysutils/binup/Makefile Modified: head/sysutils/binup/Makefile ============================================================================== --- head/sysutils/binup/Makefile Sun Oct 14 02:38:39 2012 (r305856) +++ head/sysutils/binup/Makefile Sun Oct 14 03:02:01 2012 (r305857) @@ -11,7 +11,7 @@ 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 \ @@ -26,6 +26,9 @@ 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