From owner-svn-ports-all@freebsd.org Fri Jun 30 01:49:01 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 A420ADAA2C1; Fri, 30 Jun 2017 01:49:01 +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 7ED177B3D5; Fri, 30 Jun 2017 01:49:01 +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 v5U1n0U6034441; Fri, 30 Jun 2017 01:49:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5U1n0Y6034439; Fri, 30 Jun 2017 01:49:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706300149.v5U1n0Y6034439@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 01:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444693 - head/www/otrs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/otrs X-SVN-Commit-Revision: 444693 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 01:49:01 -0000 Author: sunpoet Date: Fri Jun 30 01:49:00 2017 New Revision: 444693 URL: https://svnweb.freebsd.org/changeset/ports/444693 Log: Remove Perl core modules - While I'm here, use = instead of += - Bump PORTREVISION for dependency change With hat: perl Modified: head/www/otrs/Makefile Modified: head/www/otrs/Makefile ============================================================================== --- head/www/otrs/Makefile Fri Jun 30 01:48:54 2017 (r444692) +++ head/www/otrs/Makefile Fri Jun 30 01:49:00 2017 (r444693) @@ -3,6 +3,7 @@ PORTNAME= otrs PORTVERSION= 5.0.18 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ @@ -18,7 +19,6 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive- p5-DBI>=0:databases/p5-DBI \ p5-Crypt-Eksblowfish>=0:security/p5-Crypt-Eksblowfish \ p5-Crypt-PasswdMD5>=0:security/p5-Crypt-PasswdMD5 \ - p5-Digest-SHA>=0:security/p5-Digest-SHA \ p5-MIME-Tools>=5.427:mail/p5-MIME-Tools \ p5-libwww>=0:www/p5-libwww \ p5-Net-DNS>=0.66:dns/p5-Net-DNS \ @@ -45,7 +45,6 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive- p5-Class-Inspector>=0:devel/p5-Class-Inspector \ p5-Mozilla-CA>=0:www/p5-Mozilla-CA \ p5-Template-Toolkit>=0:www/p5-Template-Toolkit - RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cpe shebangfix perl5 tar:bzip2 @@ -88,40 +87,40 @@ CLEAN_FILES= scripts/suse* scripts/redhat* \ var/httpd/htdocs/js/thirdparty/ckeditor-4.0/_source \ var/httpd/htdocs/skins/Agent/*/img/source -PLIST_SUB+= VER_CKEDITOR="4.5.6" OTRS_USER=${USERS} WWWOWN=${WWWOWN} +PLIST_SUB= VER_CKEDITOR="4.5.6" OTRS_USER=${USERS} WWWOWN=${WWWOWN} -PGSQL_RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg +PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg PGSQL_USES= pgsql -MYSQL_RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql +MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql -SSL_RUN_DEPENDS+= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay +SSL_RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay -APACHE_RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.5:www/mod_perl2 \ +APACHE_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.5:www/mod_perl2 \ p5-Apache-DBI>0:www/p5-Apache-DBI -REPORTS_RUN_DEPENDS+= p5-GD>=0:graphics/p5-GD \ +REPORTS_RUN_DEPENDS= p5-GD>=0:graphics/p5-GD \ p5-GD-Graph>=0:graphics/p5-GD-Graph \ p5-GD-TextUtil>=0:graphics/p5-GD-TextUtil -SMTP_RUN_DEPENDS+= p5-Authen-SASL>=0:security/p5-Authen-SASL \ +SMTP_RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ p5-Net-SSLGlue>=0:security/p5-Net-SSLGlue -POP3_RUN_DEPENDS+= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ +POP3_RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-Net-SSLGlue>=0:security/p5-Net-SSLGlue -IMAP_RUN_DEPENDS+= p5-Mail-IMAPClient>=0:mail/p5-Mail-IMAPClient \ +IMAP_RUN_DEPENDS= p5-Mail-IMAPClient>=0:mail/p5-Mail-IMAPClient \ p5-Net-IMAP-Simple>=0:mail/p5-Net-IMAP-Simple -LDAP_RUN_DEPENDS+= p5-perl-ldap>=0:net/p5-perl-ldap +LDAP_RUN_DEPENDS= p5-perl-ldap>=0:net/p5-perl-ldap -PDF_RUN_DEPENDS+= p5-PDF-API2>=0.57:textproc/p5-PDF-API2 +PDF_RUN_DEPENDS= p5-PDF-API2>=0.57:textproc/p5-PDF-API2 -ISPELL_RUN_DEPENDS+= ispell:textproc/aspell-ispell +ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell -ASPELL_RUN_DEPENDS+= aspell:textproc/aspell +ASPELL_RUN_DEPENDS= aspell:textproc/aspell -GNUPG_RUN_DEPENDS+= gpg:security/gnupg1 +GNUPG_RUN_DEPENDS= gpg:security/gnupg1 .include