update to version 1.1.5 and remove MODGNU_SHARED_LIBS stuff while here
ok sthen@
This commit is contained in:
parent
9a96c706a8
commit
9a424c7074
@ -1,15 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2007/09/15 23:29:58 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2007/12/16 22:20:52 simon Exp $
|
||||
|
||||
COMMENT= GnuPG Made Easy
|
||||
|
||||
DISTNAME= gpgme-1.1.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= gpgme-1.1.5
|
||||
CATEGORIES= security devel
|
||||
SHARED_LIBS= gpgme-pthread 16.0 \
|
||||
gpgme 16.0
|
||||
MODGNU_SHARED_LIBS= gpgme-pthread '' \
|
||||
gpgme ''
|
||||
LIBgpgme-pthread_ALIAS= gpgme_pthread
|
||||
SHARED_LIBS= gpgme-pthread 17.0 \
|
||||
gpgme 17.0
|
||||
|
||||
HOMEPAGE= http://www.gnupg.org/gpgme.html
|
||||
|
||||
@ -28,7 +24,7 @@ CONFIGURE_ARGS= --without-gpgsm
|
||||
MODULES= devel/gettext
|
||||
RUN_DEPENDS= :gnupg->=1.4.*:security/gnupg
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS= gpg-error::security/libgpg-error
|
||||
LIB_DEPENDS= gpg-error:libgpg-error->=1.4:security/libgpg-error
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gpgme-1.1.0.tar.gz) = 3BgOHCs7E887FrlYboUJrA==
|
||||
RMD160 (gpgme-1.1.0.tar.gz) = 8pkDWX50rmNwAac7qa5M/SCAK/I=
|
||||
SHA1 (gpgme-1.1.0.tar.gz) = K09qjrS7w7yK0EmEDIy+aVrTefk=
|
||||
SHA256 (gpgme-1.1.0.tar.gz) = pIG8EY2Pb1XvEb4M46ybmDTpkqsjgWSGJq3VAqkQ4qE=
|
||||
SIZE (gpgme-1.1.0.tar.gz) = 862122
|
||||
MD5 (gpgme-1.1.5.tar.gz) = TObWwOQXCg37pMBRRl8rMQ==
|
||||
RMD160 (gpgme-1.1.5.tar.gz) = VFIOC8rOzDN+M7kubaxtHO2KMK8=
|
||||
SHA1 (gpgme-1.1.5.tar.gz) = Qo0PruR1Ceac6VYg1QdVeSlsuIQ=
|
||||
SHA256 (gpgme-1.1.5.tar.gz) = T/sZ1pt8+ReSUvp/Cl8NuQZEFwJNomB3DZWdz3vDSSo=
|
||||
SIZE (gpgme-1.1.5.tar.gz) = 929270
|
||||
|
11
security/gpgme/patches/patch-gpgme_posix-io_c
Normal file
11
security/gpgme/patches/patch-gpgme_posix-io_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-gpgme_posix-io_c,v 1.1 2007/12/16 22:20:52 simon Exp $
|
||||
--- gpgme/posix-io.c.orig Wed Aug 15 09:22:21 2007
|
||||
+++ gpgme/posix-io.c Wed Aug 15 09:25:05 2007
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
+#include <sys/uio.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "priv-io.h"
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2005/12/24 22:32:53 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2007/12/16 22:20:52 simon Exp $
|
||||
bin/gpgme-config
|
||||
include/gpgme.h
|
||||
@info info/gpgme.info
|
||||
@ -8,3 +8,9 @@ lib/libgpgme.a
|
||||
lib/libgpgme.la
|
||||
share/aclocal/gpgme.m4
|
||||
%%SHARED%%
|
||||
@comment share/common-lisp/
|
||||
@comment share/common-lisp/source/
|
||||
@comment share/common-lisp/source/gpgme/
|
||||
@comment share/common-lisp/source/gpgme/gpgme-package.lisp
|
||||
@comment share/common-lisp/source/gpgme/gpgme.asd
|
||||
@comment share/common-lisp/source/gpgme/gpgme.lisp
|
||||
|
Loading…
Reference in New Issue
Block a user