aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/libassuan-1/Makefile41
-rw-r--r--security/libassuan-1/distinfo6
-rw-r--r--security/libassuan-1/pkg-descr2
5 files changed, 1 insertions, 50 deletions
diff --git a/MOVED b/MOVED
index 40d7d33186ad..6c31a393f4dd 100644
--- a/MOVED
+++ b/MOVED
@@ -4473,3 +4473,4 @@ devel/py_otp_interface|devel/py-interface|2010-08-06|Duplicate py-interface port
www/mplayer-plugin|www/gecko-mediaplayer|2010-08-08|Upstream support dropped
lang/plt-scheme|lang/racket|2010-08-08|Upstream development discontinued
emulators/sdlmess|emulators/mess|2010-08-08|SDL port has been integrated into mainstream
+security/libassuan-1||2010-08-08|This is an ex-library (Superseded by security/libassuan, but not compatible)
diff --git a/security/Makefile b/security/Makefile
index 45974f7abfc8..21394711d148 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -241,7 +241,6 @@
SUBDIR += lasso
SUBDIR += lep
SUBDIR += libassuan
- SUBDIR += libassuan-1
SUBDIR += libbf
SUBDIR += libecc
SUBDIR += libfprint
diff --git a/security/libassuan-1/Makefile b/security/libassuan-1/Makefile
deleted file mode 100644
index 5b399dc6a9e9..000000000000
--- a/security/libassuan-1/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: libassuan
-# Date created: 2004-04-19
-# Whom: Michael Nottebrock <lofi@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libassuan
-PORTVERSION= 1.0.5
-CATEGORIES= security devel
-MASTER_SITES= ${MASTER_SITE_GNUPG}
-MASTER_SITE_SUBDIR=${PORTNAME}
-PKGNAMESUFFIX= -1
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= dougb@FreeBSD.org
-COMMENT= IPC library used by GnuPG and gpgme
-
-LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth
-
-CONFLICTS= libassuan-2*
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-INFO= assuan
-PLIST_FILES= bin/libassuan-config include/assuan.h lib/libassuan-pth.a \
- lib/libassuan.a share/aclocal/libassuan.m4
-
-CFLAGS+= -I${LOCALBASE}/include/pth
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-CFLAGS+= -fPIC
-.endif
-
-verify: checksum
- gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig
-
-.include <bsd.port.post.mk>
diff --git a/security/libassuan-1/distinfo b/security/libassuan-1/distinfo
deleted file mode 100644
index 49384344cef4..000000000000
--- a/security/libassuan-1/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (libassuan-1.0.5.tar.bz2) = c2db0974fcce4401f48f3fa41c4edc5a
-SHA256 (libassuan-1.0.5.tar.bz2) = c58b2408d81aa6d76e9d699a2bdaafd6acc2e63e9df89a142f07aa2a4b4459f5
-SIZE (libassuan-1.0.5.tar.bz2) = 297786
-MD5 (libassuan-1.0.5.tar.bz2.sig) = 167c1838f56f3b85083422668b369f17
-SHA256 (libassuan-1.0.5.tar.bz2.sig) = b9c47946261c264a1e162517fbf13184266e656a79b97be736d481484e9e7819
-SIZE (libassuan-1.0.5.tar.bz2.sig) = 158
diff --git a/security/libassuan-1/pkg-descr b/security/libassuan-1/pkg-descr
deleted file mode 100644
index 19338e6fdd37..000000000000
--- a/security/libassuan-1/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This is the IPC library used by GnuPG 1.9, gpgme and the old newpg
-package.