[Midnightbsd-cvs] mports: security/gpgme: Update to 1.1.5.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Dec 29 20:59:06 EST 2007


Log Message:
-----------
Update to 1.1.5.  This practically ends the need for gpg1.

Modified Files:
--------------
    mports/security/gpgme:
        Makefile (r1.3 -> r1.4)
        distinfo (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)

Removed Files:
-------------
    mports/security/gpgme/files:
        patch-assuan-Makefile.in
        patch-configure

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/security/gpgme/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/gpgme/pkg-plist -L security/gpgme/pkg-plist -u -r1.1 -r1.2
--- security/gpgme/pkg-plist
+++ security/gpgme/pkg-plist
@@ -4,6 +4,9 @@
 %%WITH_PTH%%lib/libgpgme-pth.la
 %%WITH_PTH%%lib/libgpgme-pth.so
 %%WITH_PTH%%lib/libgpgme-pth.so.17
+lib/common-lisp/gpgme/gpgme-package.lisp
+lib/common-lisp/gpgme/gpgme.asd
+lib/common-lisp/gpgme/gpgme.lisp
 lib/libgpgme-pthread.a
 lib/libgpgme-pthread.la
 lib/libgpgme-pthread.so
@@ -14,3 +17,5 @@
 lib/libgpgme.so.17
 share/aclocal/gpgme.m4
 @dirrm include/gpgme
+ at dirrm lib/common-lisp/gpgme
+ at dirrmtry lib/common-lisp
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/gpgme/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L security/gpgme/Makefile -L security/gpgme/Makefile -u -r1.3 -r1.4
--- security/gpgme/Makefile
+++ security/gpgme/Makefile
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	gpgme
-PORTVERSION=	1.1.2
-PORTREVISION=	5
+PORTVERSION=	1.1.5
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	gpgme
@@ -16,7 +15,7 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A library to make access to GnuPG easier
 
-BUILD_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1 \
+BUILD_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg \
 		gpgsm:${PORTSDIR}/security/gnupg
 LIB_DEPENDS=	gpg-error.0:${PORTSDIR}/security/libgpg-error
 
@@ -48,6 +47,9 @@
 					${WRKSRC}/${CONFIGURE_SCRIPT} \
 					${WRKSRC}/gpgme/Makefile.in \
 					${WRKSRC}/gpgme/gpgme-config.in
+	@${REINPLACE_CMD} -e 's|^clfilesdir.*|clfilesdir=$$\(libdir\)/common-lisp/gpgme|g' \
+                                        ${WRKSRC}/lang/cl/Makefile.in
+
 .if defined(WITH_PTH)
 .if defined(PTHREAD_LIBS) && ${PTHREAD_LIBS} != "-pthread"
 	@${REINPLACE_CMD} -e 's|t_thread1_LDADD = ../../gpgme/libgpgme-pthread.la|t_thread1_LDADD = ../../gpgme/libgpgme-pthread.la -lpthread|g' \
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/security/gpgme/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/gpgme/distinfo -L security/gpgme/distinfo -u -r1.1 -r1.2
--- security/gpgme/distinfo
+++ security/gpgme/distinfo
@@ -1,3 +1,3 @@
-MD5 (gpgme-1.1.2.tar.gz) = c712ca39c3553573f15cd01e6edb8b68
-SHA256 (gpgme-1.1.2.tar.gz) = 644f7391887d9d63462d4137c21f333409ce0ccdd52daab9806a98ca6dfbecc5
-SIZE (gpgme-1.1.2.tar.gz) = 881432
+MD5 (gpgme-1.1.5.tar.gz) = 4ce6d6c0e4170a0dfba4c051465f2b31
+SHA256 (gpgme-1.1.5.tar.gz) = 4ffb19d69b7cf9179252fa7f0a5f0db9064417024da260770d959dcf7bc3492a
+SIZE (gpgme-1.1.5.tar.gz) = 929270
--- security/gpgme/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.old	Thu Sep 14 00:02:14 2006
-+++ configure	Thu Sep 14 00:02:58 2006
-@@ -23349,7 +23349,7 @@
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--eval "$as_ac_var=no"
-+eval "$as_ac_var=yes"
- fi
- rm -f conftest.err conftest.$ac_objext \
-       conftest$ac_exeext conftest.$ac_ext
--- security/gpgme/files/patch-assuan-Makefile.in
+++ /dev/null
@@ -1,27 +0,0 @@
---- assuan/Makefile.in.orig	Wed Sep 13 16:14:57 2006
-+++ assuan/Makefile.in	Wed Sep 13 16:15:11 2006
-@@ -74,7 +74,7 @@
- 	assuan-listen.lo assuan-connect.lo assuan-client.lo \
- 	assuan-pipe-server.lo assuan-socket-server.lo \
- 	assuan-pipe-connect.lo assuan-socket-connect.lo \
--	assuan-socket.lo funopen.lo assuan-io.lo \
-+	assuan-socket.lo assuan-io.lo \
- 	assuan-domain-connect.lo assuan-domain-server.lo \
- 	assuan-logging.lo
- libassuan_la_OBJECTS = $(am_libassuan_la_OBJECTS)
-@@ -273,7 +273,6 @@
- 	assuan-pipe-connect.c \
- 	assuan-socket-connect.c  \
- 	assuan-socket.c \
--	funopen.c \
- 	assuan-io.c \
- 	assuan-domain-connect.c \
- 	assuan-domain-server.c \
-@@ -348,7 +347,6 @@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/assuan-socket-server.Plo at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/assuan-socket.Plo at am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/assuan-util.Plo at am__quote@
-- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/funopen.Plo at am__quote@
- 
- .c.o:
- @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \


More information about the Midnightbsd-cvs mailing list