mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Update to 1.4 (shared library version bumped to 3)
- USE_LDCONFIG instead of depracted INSTALLS_SHLIB - Transfer maintainership to Roman Bogorodskiy (novel)
This commit is contained in:
parent
11e63d0ce9
commit
2f3ae99cd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173571
@ -6,17 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= libgpg-error
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= sergei@FreeBSD.org
|
||||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= Common error values for all GnuPG components
|
||||
|
||||
USE_GPG= yes
|
||||
SIG_SUFFIX= .sig
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (libgpg-error-1.3.tar.gz) = aae34a35b00c547f2e41c747cf87f8b7
|
||||
SHA256 (libgpg-error-1.3.tar.gz) = d815a1a5445fc26de5c7b10192acb77cf4277a100124842b616f85a5a4fbfe3b
|
||||
SIZE (libgpg-error-1.3.tar.gz) = 575070
|
||||
MD5 (libgpg-error-1.3.tar.gz.sig) = 38af7c536f60b2eb71994aec150a1bd6
|
||||
SHA256 (libgpg-error-1.3.tar.gz.sig) = 4ea4229f2354da3ddb5514f58d3b912cad81b7c729fa9d0876ec99a7c6b770fc
|
||||
SIZE (libgpg-error-1.3.tar.gz.sig) = 189
|
||||
MD5 (libgpg-error-1.4.tar.gz) = 86e60e9a03205fb706e99be101a2387e
|
||||
SHA256 (libgpg-error-1.4.tar.gz) = fff67ec5ffc93cf91fc62350a19a9f677c9bc6eb2730395d22f9d40c754ed619
|
||||
SIZE (libgpg-error-1.4.tar.gz) = 614446
|
||||
MD5 (libgpg-error-1.4.tar.gz.sig) = dd72bd38747381084569034afe22cb51
|
||||
SHA256 (libgpg-error-1.4.tar.gz.sig) = 6459a3ee8a95fe3c02c9963f6244b14588d851e74ce9d3a1ffdccb9e2af7b5d8
|
||||
SIZE (libgpg-error-1.4.tar.gz.sig) = 158
|
||||
|
@ -5,8 +5,15 @@ include/gpg-error.h
|
||||
lib/libgpg-error.a
|
||||
lib/libgpg-error.la
|
||||
lib/libgpg-error.so
|
||||
lib/libgpg-error.so.2
|
||||
lib/libgpg-error.so.3
|
||||
share/aclocal/gpg-error.m4
|
||||
share/common-lisp/source/gpg-error/gpg-error.asd
|
||||
share/common-lisp/source/gpg-error/gpg-error-package.lisp
|
||||
share/common-lisp/source/gpg-error/gpg-error.lisp
|
||||
share/common-lisp/source/gpg-error/gpg-error-codes.lisp
|
||||
@dirrmtry share/common-lisp/source/gpg-error
|
||||
@dirrmtry share/common-lisp/source
|
||||
@dirrmtry share/common-lisp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
|
Loading…
x
Reference in New Issue
Block a user