From owner-svn-ports-head@freebsd.org Sat Feb 24 13:37:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE2B0F13D80; Sat, 24 Feb 2018 13:37:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3ECAC82968; Sat, 24 Feb 2018 13:37:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A10582637F; Sat, 24 Feb 2018 13:37:22 +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 w1ODbMZR068604; Sat, 24 Feb 2018 13:37:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1ODbMXn068601; Sat, 24 Feb 2018 13:37:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802241337.w1ODbMXn068601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 24 Feb 2018 13:37:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462805 - in head/print/p5-Net-CUPS: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/print/p5-Net-CUPS: . files X-SVN-Commit-Revision: 462805 X-SVN-Commit-Repository: ports 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.25 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: Sat, 24 Feb 2018 13:37:25 -0000 Author: sunpoet Date: Sat Feb 24 13:37:22 2018 New Revision: 462805 URL: https://svnweb.freebsd.org/changeset/ports/462805 Log: Update to 0.64 - Strip shared library - Update pkg-descr Changes: http://search.cpan.org/dist/Net-CUPS/Changes Deleted: head/print/p5-Net-CUPS/files/ Modified: head/print/p5-Net-CUPS/Makefile head/print/p5-Net-CUPS/distinfo head/print/p5-Net-CUPS/pkg-descr Modified: head/print/p5-Net-CUPS/Makefile ============================================================================== --- head/print/p5-Net-CUPS/Makefile Sat Feb 24 13:37:16 2018 (r462804) +++ head/print/p5-Net-CUPS/Makefile Sat Feb 24 13:37:22 2018 (r462805) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-CUPS -PORTVERSION= 0.61 -PORTREVISION= 5 +PORTVERSION= 0.64 CATEGORIES= print perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,5 +18,8 @@ LIB_DEPENDS= libcupsimage.so:print/cups \ USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/CUPS/CUPS.so .include Modified: head/print/p5-Net-CUPS/distinfo ============================================================================== --- head/print/p5-Net-CUPS/distinfo Sat Feb 24 13:37:16 2018 (r462804) +++ head/print/p5-Net-CUPS/distinfo Sat Feb 24 13:37:22 2018 (r462805) @@ -1,2 +1,3 @@ -SHA256 (Net-CUPS-0.61.tar.gz) = fd4a5a86038df9dfe57dcfed78b2d045e4b18d507a6fa5a8f82ecb3a732e0e35 -SIZE (Net-CUPS-0.61.tar.gz) = 83893 +TIMESTAMP = 1519418917 +SHA256 (Net-CUPS-0.64.tar.gz) = d7bc77ff0f62bf874c843c590eb12a80bbd44749a2fb74dbed445c35d0e85a85 +SIZE (Net-CUPS-0.64.tar.gz) = 87872 Modified: head/print/p5-Net-CUPS/pkg-descr ============================================================================== --- head/print/p5-Net-CUPS/pkg-descr Sat Feb 24 13:37:16 2018 (r462804) +++ head/print/p5-Net-CUPS/pkg-descr Sat Feb 24 13:37:22 2018 (r462805) @@ -1,8 +1,10 @@ -Previous versions of this module attempted to provide a Perl interface -layer similar to the C interface of CUPS. This was fine for power users, -but most people were not looking for this type of interface. +Net::CUPS is an interface to the Common Unix Printing System API. -This module has now been converted to use an object oriented paradigm -to facilitate quicker development and ease of use. +Previous versions of this module attempted to provide a Perl interface layer +similar to the C interface of CUPS. This was fine for power users, but most +people were not looking for this type of interface. + +This module has now been converted to use an object oriented paradigm to +facilitate quicker development and ease of use. WWW: http://search.cpan.org/dist/Net-CUPS/