head	1.24;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.24
date	2012.11.17.06.01.06;	author svnexp;	state Exp;
branches;
next	1.23;

1.23
date	2012.10.10.15.21.55;	author jhale;	state Exp;
branches;
next	1.22;

1.22
date	2012.10.10.12.20.25;	author jhale;	state Exp;
branches;
next	1.21;

1.21
date	2012.10.08.10.38.47;	author dougb;	state Exp;
branches;
next	1.20;

1.20
date	2011.07.04.21.01.55;	author dougb;	state Exp;
branches;
next	1.19;

1.19
date	2011.01.14.18.02.22;	author dougb;	state Exp;
branches;
next	1.18;

1.18
date	2011.01.14.07.42.11;	author dougb;	state Exp;
branches;
next	1.17;

1.17
date	2010.12.22.19.16.12;	author dougb;	state Exp;
branches;
next	1.16;

1.16
date	2010.06.14.00.42.51;	author dougb;	state Exp;
branches;
next	1.15;

1.15
date	2010.05.12.04.10.31;	author dougb;	state Exp;
branches;
next	1.14;

1.14
date	2010.05.11.19.51.24;	author dougb;	state Exp;
branches;
next	1.13;

1.13
date	2009.01.15.01.20.16;	author amdmi3;	state Exp;
branches;
next	1.12;

1.12
date	2008.09.07.00.36.27;	author linimon;	state Exp;
branches;
next	1.11;

1.11
date	2007.12.24.19.46.28;	author lofi;	state Exp;
branches;
next	1.10;

1.10
date	2007.08.25.13.13.15;	author lofi;	state Exp;
branches;
next	1.9;

1.9
date	2007.07.27.15.19.01;	author lofi;	state Exp;
branches;
next	1.8;

1.8
date	2007.07.23.09.36.29;	author rafan;	state Exp;
branches;
next	1.7;

1.7
date	2006.12.05.12.20.11;	author lofi;	state Exp;
branches;
next	1.6;

1.6
date	2005.06.24.20.18.12;	author lofi;	state Exp;
branches;
next	1.5;

1.5
date	2004.12.22.23.49.33;	author lofi;	state Exp;
branches;
next	1.4;

1.4
date	2004.11.25.18.59.07;	author lofi;	state Exp;
branches;
next	1.3;

1.3
date	2004.10.12.00.38.29;	author lofi;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.04.15.15.29;	author lofi;	state Exp;
branches;
next	1.1;

1.1
date	2004.04.20.09.34.01;	author lofi;	state Exp;
branches;
next	;


desc
@@


1.24
log
@Switch exporter over
@
text
@# Created by: Michael Nottebrock <lofi@@freebsd.org>
# $FreeBSD: head/security/libassuan/Makefile 305666 2012-10-10 15:21:55Z jhale $

PORTNAME=	libassuan
PORTVERSION=	2.0.3
CATEGORIES=	security devel
MASTER_SITES=	${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR=${PORTNAME}
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}

MAINTAINER=	jhale@@FreeBSD.org
COMMENT=	IPC library used by GnuPG and gpgme

LIB_DEPENDS=	gpg-error:${PORTSDIR}/security/libgpg-error

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

# Silly, but apparently the only way to get the proper shared lib version number
USE_AUTOTOOLS=	libtool
USE_GNOME=	ltverhack

INFO=		assuan
PLIST_FILES=	bin/libassuan-config include/assuan.h \
		lib/libassuan.a lib/libassuan.la \
		lib/libassuan.so.0 lib/libassuan.so share/aclocal/libassuan.m4

verify: checksum
	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig

.include <bsd.port.mk>
@


1.23
log
@SVN rev 305666 on 2012-10-10 15:21:55Z by jhale

- Update to 2.0.3
- Remove devel/pth dependency; libassuan-pth was dropped in 2.0.0
- Remove additional CFLAGS for amd64; builds fine on tinderbox without them

Approved by:	makc, avilla (mentors, implicit)
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.22
log
@SVN rev 305646 on 2012-10-10 12:20:25Z by jhale

- Take maintainership

Approved by:	makc, avilla (mentors, implicit)
@
text
@d5 1
a5 1
PORTVERSION=	2.0.2
d15 1
a15 2
LIB_DEPENDS+=	pth.20:${PORTSDIR}/devel/pth \
		gpg-error:${PORTSDIR}/security/libgpg-error
a29 6
.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64"
CFLAGS+=	-fPIC
.endif

d33 1
a33 1
.include <bsd.port.post.mk>
@


1.21
log
@SVN rev 305526 on 2012-10-08 10:38:47Z by dougb

Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
@
text
@a1 1
#
d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.20
log
@Update to version 2.0.2. These are build fixes only, no functional changes.
@
text
@d1 1
a1 3
# New ports collection makefile for:	libassuan
# Date created:		2004-04-19
# Whom:			Michael Nottebrock <lofi@@freebsd.org>
a3 1
#
d13 1
a13 1
MAINTAINER=	dougb@@FreeBSD.org
@


1.19
log
@Apparently the verhack'ing caused lib/libassuan.a to slip in,
so fix the plist.

Submitted by:   ale

Feature safe:	yes
@
text
@d9 1
a9 2
PORTVERSION=	2.0.1
PORTREVISION=	1
@


1.18
log
@Fix the shared library version number for libassuan to reflect what
the authors intended by adding:

USE_AUTOTOOLS=	libtool
USE_GNOME=	ltverhack

to security/libassuan/Makefile.

Update the libassuan shared library version number and/or bump
PORTREVISION in the dependent ports.

Requested by:	ale
Feature safe:	yes
@
text
@d32 2
a33 1
PLIST_FILES=	bin/libassuan-config include/assuan.h lib/libassuan.la \
@


1.17
log
@Update libassuan to version 2.0.1:

* Input and output notification handler can now really access the
  parsed fd as stated in the manual.

* Cleaned up the logging.

Bump PORTREVISION and libassuan version number in related ports
@
text
@d10 1
d26 5
d33 1
a33 1
		lib/libassuan.so.1 lib/libassuan.so share/aclocal/libassuan.m4
@


1.16
log
@Update security/libassuan to version 2.0.0, which is required by gnupg 2.0.15

Unfortunately version 2.0.0 is largely incompatible with version 1.x, so it
is necessary to have a stopgap measure while ports that depend on libassuan
can be updated. In conversation with the maintainers of the dependent ports
it was originally considered ideal to prepare updates for the ports first,
then upgrade everything to libassuan 2.x en masse. Since no action has
arisen on that front, go with plan B:

Copy security/libassuan to security/libassuan-1, and update the dependent
ports accordingly. Because this is (intended to be) a _temporary_ measure,
and because no updates for libassuan 1.x are anticipated, and because the
hope is that it can be removed sooner rather than later, it's a copy instead
of a repocopy.
@
text
@d9 1
a9 1
PORTVERSION=	2.0.0
a21 2
CONFLICTS=	libassuan-1-1*

d27 1
a27 1
		lib/libassuan.so.0 lib/libassuan.so share/aclocal/libassuan.m4
@


1.15
log
@Switch to PLIST_FILES

PR:		ports/146508
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@@sunpoet.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.0.5
d19 4
a22 1
LIB_DEPENDS+=	pth.20:${PORTSDIR}/devel/pth
d26 1
d28 2
a29 4
PLIST_FILES=	bin/libassuan-config include/assuan.h lib/libassuan-pth.a \
		lib/libassuan.a share/aclocal/libassuan.m4

CFLAGS+=	-I${LOCALBASE}/include/pth
@


1.14
log
@Adopt the orphan, add the verify target for the PGP signature
@
text
@d24 2
@


1.13
log
@- Update to 1.0.5

PR:		130550
Submitted by:	Hirohisa Yamaguchi <umq at ueo dot co dot jp>
@
text
@d13 2
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d33 3
@


1.12
log
@Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.

Hat:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.0.4
@


1.11
log
@Update to 1.0.4

PR:		ports/118624
Submitted by:	Hirohisa Yamaguchi
@
text
@d14 1
a14 1
MAINTAINER=	lofi@@FreeBSD.org
@


1.10
log
@Update to 1.0.3.

PR: ports/115778
Submitted by:   Hirohisa Yamaguchi <umq@@ueo.co.jp>
@
text
@d9 1
a9 1
PORTVERSION=	1.0.3
@


1.9
log
@-fPIC on amd64.
@
text
@d9 1
a9 1
PORTVERSION=	1.0.1
@


1.8
log
@- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
@
text
@d25 7
a31 1
.include <bsd.port.mk>
@


1.7
log
@Update to 1.0.1
@
text
@a22 2
CONFIGURE_ARGS+=--infodir=${PREFIX}/info

@


1.6
log
@Update to 0.6.10
@
text
@d9 1
a9 1
PORTVERSION=	0.6.10
d12 1
a12 1
MASTER_SITE_SUBDIR=	alpha/${PORTNAME}
d17 3
d23 4
@


1.5
log
@Update to 0.6.9
@
text
@d9 1
a9 1
PORTVERSION=	0.6.9
@


1.4
log
@Update to 0.6.8
@
text
@d9 1
a9 1
PORTVERSION=	0.6.8
@


1.3
log
@Update to 0.6.7

PR: ports/72533
Submitted by: Jose M Rodriguez <josemi@@freebsd.jazztel.es>
@
text
@d9 1
a9 1
PORTVERSION=	0.6.7
@


1.2
log
@Update to 0.6.6
@
text
@d9 1
a9 1
PORTVERSION=	0.6.6
@


1.1
log
@Add libassuan, an IPC library used by GnuPG and gpgme.
@
text
@d9 1
a9 1
PORTVERSION=	0.6.4
@

