mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.8.1
- Strip shared library Changes: https://metacpan.org/changes/distribution/Quota
This commit is contained in:
parent
2a22d889b3
commit
55f7e2f47a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532878
3 changed files with 7 additions and 18 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Quota
|
||||
PORTVERSION= 1.7.4
|
||||
PORTVERSION= 1.8.1
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,4 +16,7 @@ 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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
--- hints/bsd.h.orig 2013-08-15 04:56:14 UTC
|
||||
+++ hints/bsd.h
|
||||
@@ -71,8 +71,9 @@
|
||||
|
||||
#define NO_MNTENT
|
||||
|
||||
-#define GQA_TYPE_USR RQUOTA_USRQUOTA
|
||||
-#define GQA_TYPE_GRP RQUOTA_GRPQUOTA
|
||||
+/* from https://opensource.apple.com/source/NFS/NFS-63/rpc.rquotad/rquota.h.auto.html */
|
||||
+#define GQA_TYPE_USR 0x00
|
||||
+#define GQA_TYPE_GRP 0x01
|
||||
#define GQR_STATUS status
|
||||
#define GQR_RQUOTA getquota_rslt_u.gqr_rquota
|
||||
|
Loading…
Add table
Reference in a new issue