From owner-svn-ports-all@freebsd.org Fri Jun 30 22:14:11 2017 Return-Path: Delivered-To: svn-ports-all@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 49F28D9C01A; Fri, 30 Jun 2017 22:14:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 13CCE7F646; Fri, 30 Jun 2017 22:14:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5UMEAMh048504; Fri, 30 Jun 2017 22:14:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5UMEA96048502; Fri, 30 Jun 2017 22:14:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706302214.v5UMEA96048502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 Jun 2017 22:14:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444796 - head/net/beacon X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/beacon X-SVN-Commit-Revision: 444796 X-SVN-Commit-Repository: ports 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.23 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: Fri, 30 Jun 2017 22:14:11 -0000 Author: sunpoet Date: Fri Jun 30 22:14:09 2017 New Revision: 444796 URL: https://svnweb.freebsd.org/changeset/ports/444796 Log: Remove Perl core modules - While I'm here: - Convert to options target helper - Sort PLIST - Bump PORTREVISION for dependency change With hat: perl Modified: head/net/beacon/Makefile head/net/beacon/pkg-plist Modified: head/net/beacon/Makefile ============================================================================== --- head/net/beacon/Makefile Fri Jun 30 22:14:05 2017 (r444795) +++ head/net/beacon/Makefile Fri Jun 30 22:14:09 2017 (r444796) @@ -3,7 +3,7 @@ PORTNAME= beacon PORTVERSION= 1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net perl5 mbone ipv6 MASTER_SITES= SF/multicastbeacon/multicastbeacon/beacon%20v${PORTVERSION} @@ -13,9 +13,6 @@ COMMENT= Beacon active measurement tool to monitor mul LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-Net>=0:net/p5-Net -RUN_DEPENDS= p5-Net>=0:net/p5-Net - WWW_DIR?= ${PREFIX}/www/ PLIST_SUB+= VERSION=${PORTVERSION} @@ -31,6 +28,8 @@ IPV6_BUILD_DEPENDS= p5-Socket6>=0:net/p5-Socket6 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Multicast/Beacon/Beacon.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} Modified: head/net/beacon/pkg-plist ============================================================================== --- head/net/beacon/pkg-plist Fri Jun 30 22:14:05 2017 (r444795) +++ head/net/beacon/pkg-plist Fri Jun 30 22:14:09 2017 (r444796) @@ -1,5 +1,5 @@ -%%SITE_ARCH%%/auto/Net/Multicast/Beacon/Beacon.so -%%SITE_ARCH%%/Net/Multicast/Beacon.pm bin/beacon @sample etc/beacon.conf.sample etc/rc.d/beacon +%%SITE_ARCH%%/Net/Multicast/Beacon.pm +%%SITE_ARCH%%/auto/Net/Multicast/Beacon/Beacon.so