Skip site navigation (1)Skip section navigation (2)

CVS log for ports/security/gpa/Makefile

[BACK] Up to [FreeBSD] / ports / security / gpa

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:25:12 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jul 21 12:43:37 2011 UTC (6 months, 3 weeks ago) by jlaffaye
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
- Chase gpgme shared lib bump.
- Add an entry to UPDATING

Reviewed by:	tabthorpe

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jan 14 07:42:11 2011 UTC (12 months, 3 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
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

Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Dec 22 19:16:11 2010 UTC (13 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
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

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Dec 16 02:34:01 2010 UTC (13 months, 3 weeks ago) by glarkin
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
- Chase security/libksba shlib version bump

Requested by:	kwm
Pointyhat to:	glarkin

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Jun 22 22:35:53 2010 UTC (19 months, 2 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +7 -4 lines
- Update security/gpgme to version 1.3.0.
- No shlib bump.
- This version works with libassuan 2.x and is needed to fix the build of
  security/gpa due to dependency conflicts.
- Add LICENSE

PR:             ports/148061

- Fix the build of security/gpa with libassuan 2.x
- Patch for server.c taken from gpa svn.
- Add LICENSE while here.

PR:             ports/148062

Submitted by:   Jason E. Hale <bsdkaffee@gmail.com> (maintainer)

Feature safe:	yes

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jun 14 05:17:52 2010 UTC (19 months, 4 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Fix port name on the LEFT side of the : for BUILD_DEPENDS

While I'm here update to the current version of libassuan-1 (1.0.5)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jun 14 00:42:51 2010 UTC (19 months, 4 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
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.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon May 31 02:00:49 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:43:19 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:43:46 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
- update to jpeg-8

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Dec 19 19:03:21 2009 UTC (2 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -2 lines
- Correct gpgkeys_ldap location

PR:		ports/140741
Submitted by:	Max <dioksin@gmail.com>
Approved by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Dec 3 15:55:33 2009 UTC (2 years, 2 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -0 lines
- Mark IGNORE if gpgsm is not installed

PR:		140059
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jul 27 22:24:29 2009 UTC (2 years, 6 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +20 -9 lines
- Update to 0.9.0

PR:		137018
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jul 15 16:47:45 2009 UTC (2 years, 6 months ago) by wxs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
- Chase security/gpgme update.

Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl

These patches were submitted by various people and documented in ports/135911.

PR:		ports/135911

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:00:51 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
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)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Apr 13 15:33:33 2008 UTC (3 years, 9 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2 lines
- Use GnuPG v2 instead of v1, bump PORTREVISION

PR:		ports/122672
Submitted by:	Harald Schmalzbauer <harry at omnisec.de>
Tested by:	Harald Schmalzbauer <harry at omnisec.de>

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Mar 20 10:03:40 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -1 lines
- Remove USE_GETOPT_LONG which is a no-op since March 2007

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Sep 23 12:12:59 2007 UTC (4 years, 4 months ago) by stefan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -3 lines
Update to 0.7.6.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat May 19 20:22:33 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Apr 3 17:28:09 2007 UTC (4 years, 10 months ago) by stefan
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -3 lines
Update to 0.7.5.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Dec 22 02:51:14 2006 UTC (5 years, 1 month ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
- 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

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Dec 21 13:31:54 2006 UTC (5 years, 1 month ago) by kuriyama
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -2 lines
- Upgrade gnupg to 2.0.1.  Old stable version (1.4.6) was repocopied
  to security/gnupg1.

Thanks to:	dougb, lofi

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Sep 23 15:35:38 2006 UTC (5 years, 4 months ago) by stefan
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -7 lines
- Update to 0.7.4
- Chase master site
- Remove USE_X_PREFIX
- Add USE_GETTEXT
- Move security/gpgme from BUILD_DEPENDS to LIB_DEPENDS

PR:		103409
Submitted by:	stefan

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Sep 13 21:24:19 2006 UTC (5 years, 4 months ago) by lofi
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Update gpgme to 1.1.2, chase dependencies.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Nov 5 07:48:01 2005 UTC (6 years, 3 months ago) by lofi
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Update gpgme to 1.0.3 and chase shared library version bump.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:21:48 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Bump PORTREVISION to chase the glib20 shared library update.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:54:00 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared lib version change.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Mar 11 09:26:48 2005 UTC (6 years, 11 months ago) by vs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
Unbreak: Also BUILD_DEPENDS on gnupg

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Mar 7 15:30:54 2005 UTC (6 years, 11 months ago) by flz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -4 lines
- Update to 0.7.0.

PR:		ports/78519
Submitted by:	supraexpress@globaleyes.net
Approved by:	pav (mentor)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:08:45 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Dec 11 14:45:38 2003 UTC (8 years, 2 months ago) by krion
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
- Fix COMMENT format

PR:		60147
Submitted by:	Ports Fury

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jul 12 12:55:31 2003 UTC (8 years, 7 months ago) by sanpei
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
Add missing entry to the plist.

Submitted by:	bento

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Apr 20 19:42:15 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -1 lines
Remove USE_GNOMENG.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:59:05 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
De-pkg-comment.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Feb 15 12:10:32 2003 UTC (8 years, 11 months ago) by arved
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Use MASTER_SITE_GNUPG

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:47:50 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:46:48 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Sep 1 15:18:23 2002 UTC (9 years, 5 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Deploy USE_GNOMENG infrastructure

PR:		42288
Submitted by:	Edwin Groothuis <edwin@mavetju.org>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Aug 12 10:28:40 2002 UTC (9 years, 6 months ago) by dougb
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
The gpa build now fails if gpg is not already installed.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jan 28 05:21:34 2002 UTC (10 years ago) by clive
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
o Upgrade to 0.4.3.
o Drop maintainership. I'll be getting busy for several months, and can
  only keep my eyes on specific chinese/ ports.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 5 13:49:46 2001 UTC (10 years, 8 months ago) by clive
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Upgrade to gpa 0.4.2

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 6 20:39:39 2001 UTC (10 years, 10 months ago) by clive
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Upgrade to 0.4.1

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Feb 28 09:45:18 2001 UTC (10 years, 11 months ago) by clive
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
Update to 0.4.0

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jan 3 18:30:53 2001 UTC (11 years, 1 month ago) by clive
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
o Whitespacechage to satisfy portlint -abctN
o Add WWW link

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 5 06:42:22 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -6 lines
Implement USE_GTK, part 2.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Aug 16 21:02:11 2000 UTC (11 years, 5 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_1_1
The GNU Privacy Assistant is a graphical frontend to GnuPG and may be
used to manage the keys and encrypt/decrypt/sign/check files.

Submitted by:	Clive Lin <clive@CirX.ORG>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options