From owner-svn-ports-head@FreeBSD.ORG Fri Sep 21 14:58:22 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BD05106566C; Fri, 21 Sep 2012 14:58:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1B4748FC14; Fri, 21 Sep 2012 14:58:22 +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 q8LEwL8G054458; Fri, 21 Sep 2012 14:58:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8LEwLto054455; Fri, 21 Sep 2012 14:58:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209211458.q8LEwLto054455@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 21 Sep 2012 14:58:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304635 - in head: graphics/exifprobe multimedia/libdvdplay X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2012 14:58:22 -0000 Author: bapt Date: Fri Sep 21 14:58:21 2012 New Revision: 304635 URL: http://svn.freebsd.org/changeset/ports/304635 Log: Deprecate multimedia@ ports with no more public distfiles (thanks ehaupt's distilator) Modified: head/graphics/exifprobe/Makefile head/multimedia/libdvdplay/Makefile Modified: head/graphics/exifprobe/Makefile ============================================================================== --- head/graphics/exifprobe/Makefile Fri Sep 21 13:30:57 2012 (r304634) +++ head/graphics/exifprobe/Makefile Fri Sep 21 14:58:21 2012 (r304635) @@ -13,6 +13,9 @@ MASTER_SITES= http://www.virtual-cafe.co MAINTAINER= multimedia@FreeBSD.org COMMENT= Probes JPEG or TIFF images and reports contents and structure +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + MAN1= exifgrep.1 exifprobe.1 PLIST_FILES= bin/exifgrep bin/exifprobe Modified: head/multimedia/libdvdplay/Makefile ============================================================================== --- head/multimedia/libdvdplay/Makefile Fri Sep 21 13:30:57 2012 (r304634) +++ head/multimedia/libdvdplay/Makefile Fri Sep 21 14:58:21 2012 (r304635) @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVE MAINTAINER= multimedia@FreeBSD.org COMMENT= Portable abstraction library for DVD navigation +DEPRECATED= No more public_distfiles +EXPIRATION_DATE= 2012-10-20 + LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread USE_AUTOTOOLS= libtool