Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2020 18:07:40 +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: r532878 - in head/sysutils/p5-Quota: . files
Message-ID:  <202004241807.03OI7eoi065937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 24 18:07:39 2020
New Revision: 532878
URL: https://svnweb.freebsd.org/changeset/ports/532878

Log:
  Update to 1.8.1
  
  - Strip shared library
  
  Changes:	https://metacpan.org/changes/distribution/Quota

Deleted:
  head/sysutils/p5-Quota/files/patch-hints_bsd.h
Modified:
  head/sysutils/p5-Quota/Makefile
  head/sysutils/p5-Quota/distinfo

Modified: head/sysutils/p5-Quota/Makefile
==============================================================================
--- head/sysutils/p5-Quota/Makefile	Fri Apr 24 18:07:34 2020	(r532877)
+++ head/sysutils/p5-Quota/Makefile	Fri Apr 24 18:07:39 2020	(r532878)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Quota
-PORTVERSION=	1.7.4
+PORTVERSION=	1.8.1
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,5 +15,8 @@ LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Quota/Quota.so
 
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Quota/distinfo
==============================================================================
--- head/sysutils/p5-Quota/distinfo	Fri Apr 24 18:07:34 2020	(r532877)
+++ head/sysutils/p5-Quota/distinfo	Fri Apr 24 18:07:39 2020	(r532878)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586191160
-SHA256 (Quota-1.7.4.tar.gz) = 414325c0a317d980229f130bf9a0a85342678722f1558a7cdeb3adc2549ad942
-SIZE (Quota-1.7.4.tar.gz) = 52487
+TIMESTAMP = 1587721991
+SHA256 (Quota-1.8.1.tar.gz) = a31bdd9153f39b2683dc14c5c38b67daae2f35822cf90297a292c39bab0f67ea
+SIZE (Quota-1.8.1.tar.gz) = 57058



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