head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.01.04;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.01.05.24.03;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2010.03.28.06.43.18;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2010.02.05.11.43.45;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2009.07.31.13.55.39;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2009.02.02.01.36.05;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.06.14.00.49;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2007.05.19.20.22.28;	author flz;	state Exp;
branches;
next	1.4;

1.4
date	2007.01.12.07.11.33;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.22.02.51.13;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2006.12.21.13.31.53;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2006.10.14.09.10.57;	author mezz;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	gnome-gpg
# Date created:		2006-09-02
# Whom:			Michael Johnson <ahze@@FreeBSD.org>
#
# $FreeBSD: head/security/gnome-gpg/Makefile 300897 2012-07-14 14:29:18Z beat $
#    $MCom: ports/security/gnome-gpg/Makefile,v 1.1 2006/09/02 15:20:58 ahze Exp $

PORTNAME=	gnome-gpg
PORTVERSION=	0.5.0
PORTREVISION=	8
CATEGORIES=	security
MASTER_SITES=	GNOME

MAINTAINER=	gnome@@FreeBSD.org
COMMENT=	Simple commandline wrapper around gpg for gnome-keyring

BUILD_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1
LIB_DEPENDS=	gnome-keyring.0:${PORTSDIR}/security/gnome-keyring
RUN_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_GNOME=	libgnomeui
CONFIGURE_ENV=	set_more_warnings="no"

PLIST_FILES=	bin/gnome-gpg
MAN1=		gnome-gpg.1

.include <bsd.port.mk>
@


1.11
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	7
@


1.9
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.8
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.7
log
@- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
  MASTER_SITE_SUBDIR when possible.

PR:		ports/125243
Submitted by:	pgollucci
Reworked by:	myself
Tested on:	pointyhat exp-run (pav)
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.6
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@


1.5
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.4
log
@Disable -Werror to fix the build with GCC 4.x.

Reported by:	pointyhat via kris
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.3
log
@- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
  depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
  correct.  To work around this, change dependency line from bin/gpg
  to bin/gpgv which exists in security/gnupg1 port only.

Spotted by:	ume
@
text
@d25 1
@


1.2
log
@- Upgrade gnupg to 2.0.1.  Old stable version (1.4.6) was repocopied
  to security/gnupg1.

Thanks to:	dougb, lofi
@
text
@d10 1
a10 1
PORTREVISION=	1
d18 1
a18 1
BUILD_DEPENDS=	gpg:${PORTSDIR}/security/gnupg1
d20 1
a20 1
RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg1
@


1.1
log
@Simple commandline wrapper around gpg that makes it store its passphrase
in gnome-keyring.  It is a direct competitor to (the unmaintained)
quintuple-agent.

Submitted by:	ahze
Approved by:	portmgr (kris and marcus)
@
text
@d10 1
d18 1
a18 1
BUILD_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
d20 1
a20 1
RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
@

