From owner-svn-ports-head@freebsd.org Mon Jun 29 13:50:34 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFB9198FC90; Mon, 29 Jun 2015 13:50:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0B6D1BE2; Mon, 29 Jun 2015 13:50:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDoYFY040051; Mon, 29 Jun 2015 13:50:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDoYGB040050; Mon, 29 Jun 2015 13:50:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291350.t5TDoYGB040050@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:50:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390901 - head/databases/p5-DBI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 29 Jun 2015 13:50:34 -0000 Author: sunpoet Date: Mon Jun 29 13:50:34 2015 New Revision: 390901 URL: https://svnweb.freebsd.org/changeset/ports/390901 Log: - Remove DOCS option - Bump PORTREVISION for package change Modified: head/databases/p5-DBI/Makefile Modified: head/databases/p5-DBI/Makefile ============================================================================== --- head/databases/p5-DBI/Makefile Mon Jun 29 13:50:29 2015 (r390900) +++ head/databases/p5-DBI/Makefile Mon Jun 29 13:50:34 2015 (r390901) @@ -3,6 +3,7 @@ PORTNAME= DBI PORTVERSION= 1.633 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +14,7 @@ COMMENT= Perl5 Database Interface, requi LICENSE= ART10 GPLv1 LICENSE_COMB= dual -OPTIONS_DEFINE= PROXY DOCS +OPTIONS_DEFINE= PROXY PROXY_DESC= Build DBI::Proxy CONFLICTS= p5-DBI-1.3* @@ -21,16 +22,9 @@ CONFLICTS= p5-DBI-1.3* USES= perl5 shebangfix USE_PERL5= configure -PORTDOCS= Changes - SHEBANG_FILES= dbixs_rev.pl PROXY_BUILD_DEPENDS= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC PROXY_RUN_DEPENDS= p5-PlRPC>=0.2001:${PORTSDIR}/net/p5-PlRPC -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." - .include