Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 13:37:22 +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: r462805 - in head/print/p5-Net-CUPS: . files
Message-ID:  <201802241337.w1ODbMXn068601@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802241337.w1ODbMXn068601>