Date: Thu, 29 Jun 2017 19:14:08 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444677 - head/net-im/sendxmpp Message-ID: <201706291914.v5TJE81s061105@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jun 29 19:14:08 2017 New Revision: 444677 URL: https://svnweb.freebsd.org/changeset/ports/444677 Log: Remove Perl core modules - While I'm here, convert to options target helper - Bump PORTREVISION for dependency change With hat: perl Modified: head/net-im/sendxmpp/Makefile Modified: head/net-im/sendxmpp/Makefile ============================================================================== --- head/net-im/sendxmpp/Makefile Thu Jun 29 19:14:03 2017 (r444676) +++ head/net-im/sendxmpp/Makefile Thu Jun 29 19:14:08 2017 (r444677) @@ -4,6 +4,7 @@ PORTNAME= sendxmpp PORTVERSION= 1.24 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-im perl5 MAINTAINER= mek@mek.uz.ua @@ -13,7 +14,6 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-Net-XMPP>=0:net-im/p5-Net-XMPP RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ - p5-Getopt-Long>=0:devel/p5-Getopt-Long \ p5-Net-XMPP>=0:net-im/p5-Net-XMPP USE_GITHUB= yes @@ -28,7 +28,7 @@ PLIST_FILES= bin/sendxmpp ${SITE_MAN1}/sendxmpp.1.gz OPTIONS_DEFINE= EXAMPLES -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706291914.v5TJE81s061105>