aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg-idea
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,Jun Kuriyama2006-12-221-2/+2
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=180452
* - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopiedJun Kuriyama2006-12-211-1/+2
| | | | | | | | | to security/gnupg1. Thanks to: dougb, lofi Notes: svn path=/head/; revision=180326
* NO_PACKAGE is superfluousKris Kennaway2006-09-031-1/+0
| | | | Notes: svn path=/head/; revision=172003
* - make portlint happierDirk Meyer2006-05-201-1/+1
| | | | Notes: svn path=/head/; revision=162871
* - add SHA checksumDirk Meyer2005-11-131-2/+3
| | | | Notes: svn path=/head/; revision=148088
* - fix spellingDirk Meyer2004-07-311-3/+1
| | | | | | | | PR: 69831 Submitted by: glewis Notes: svn path=/head/; revision=115130
* - Fix typoDirk Meyer2004-05-121-1/+1
| | | | | | | Reported by: Stefan Farfeleder Notes: svn path=/head/; revision=108966
* - add SIZEDirk Meyer2004-02-262-2/+2
| | | | Notes: svn path=/head/; revision=102162
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - make portlint happierDirk Meyer2004-01-311-1/+1
| | | | Notes: svn path=/head/; revision=99599
* - silent change of idea.c.gz (not versioned)Dirk Meyer2003-05-153-2/+3
| | | | | | | | | - MediaCrypt URL updated PR: 52273 Submitted by: eikemeier@fillmore-labs.com Notes: svn path=/head/; revision=81051
* - extend MASTER_SITESDirk Meyer2003-05-111-0/+1
| | | | Notes: svn path=/head/; revision=80655
* - remove checks for USA_RESIDENT as requested by krisDirk Meyer2003-02-231-13/+3
| | | | | | | MAKE_IDEA and WITHOUT_IDEA controls now the build. Notes: svn path=/head/; revision=76257
* - use NO_PACKAGE if enviroment is not set.Dirk Meyer2003-02-231-5/+1
| | | | Notes: svn path=/head/; revision=76228
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76008
* - Add COMMENTDirk Meyer2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76007
* - add MASTER_SITE_GNUPGDirk Meyer2003-01-271-1/+2
| | | | | | | Suggested by: arved Notes: svn path=/head/; revision=74098
* - make portlint happierDirk Meyer2003-01-221-2/+0
| | | | Notes: svn path=/head/; revision=73806
* - change order to make this commit possibleDirk Meyer2002-12-262-2/+2
| | | | | | | | | | - reflect small changes in distfile: * 2002-08-07 wk Removed unused macros and types etc. * 2002-09-20 wk Made the DLL relocatable * 2002-12-11 wk __ppc__ is used on Darwin instead of __powerpc__. Notes: svn path=/head/; revision=71881
* - Fix for newer distfileDirk Meyer2002-12-262-1/+2
| | | | Notes: svn path=/head/; revision=71850
* fix post-extractDirk Meyer2002-10-271-1/+1
| | | | Notes: svn path=/head/; revision=68915
* fix and group MASTER_SITESDirk Meyer2002-10-201-3/+3
| | | | Notes: svn path=/head/; revision=68422
* Add lost patch, was dropped during sync list local treeDirk Meyer2002-10-111-10/+8
| | | | Notes: svn path=/head/; revision=67823
* Update to newer distribution.Dirk Meyer2002-10-092-6/+11
| | | | | | | revert to old path, as most people use realitive path in their configs Notes: svn path=/head/; revision=67712
* installtion dir changed from lib to libexecDirk Meyer2002-10-081-3/+3
| | | | Notes: svn path=/head/; revision=67669
* Add new md5, so both versions of idea.c are recognized.Dirk Meyer2002-07-171-0/+1
| | | | | | | older with CRLF, newer with only LF Notes: svn path=/head/; revision=63109
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* - make portlint more happyDirk Meyer2002-01-101-1/+1
| | | | Notes: svn path=/head/; revision=52886
* - Update MASTER-SITES, dstfiles changed, and cr-encoding has to be reverted.Dirk Meyer2001-12-282-4/+5
| | | | Notes: svn path=/head/; revision=52318
* Add a warnig messages if IDEA is not build by configuration.Dirk Meyer2001-09-161-0/+4
| | | | Notes: svn path=/head/; revision=47861
* change MAINTAINER to FreeBSD.org addressDirk Meyer2001-06-251-1/+1
| | | | Notes: svn path=/head/; revision=44414
* Don't hard-code -O2Kris Kennaway2001-04-301-1/+1
| | | | Notes: svn path=/head/; revision=42055
* Fill a dummy comment in pkg-plist. A zero-sized plist must be confusing.Akinori MUSHA2000-11-081-0/+1
| | | | Notes: svn path=/head/; revision=34905
* Fix the port.Akinori MUSHA2000-11-066-24/+47
| | | | | | | | | | | | | | | | | | | | | | | | - Remove extra spaces and newlines - Describe RESTRICTED more specifically - Generate PLIST on the fly - Prepare PKGMESSAGE to inform the users (Additional fixes by knu follow:) - Add MASTER_SITES. - Respect MAKE_IDEA that could be defined in /etc/make.conf - Make a bit more portlint friendly - Fix pkg-{comment,descr} to reflect the latest situation gnupg-idea was repo-moved from gnupg-rsa, because now GnuPG has a builtin RSA support. (GnuPG >= 1.03, after the RSA patent restriction was lifted) PR: ports/22620 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> (MAINTAINER) Notes: svn path=/head/; revision=34828
* Fix MakefileKevin Lo2000-10-021-1/+7
| | | | | | | | PR: 21690 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33323
* Fix for the USA_RESIDENT=YES case (added PORTREVISION)Ade Lovett2000-09-161-8/+5
| | | | | | | | PR: 21106 Submitted by: maintainer Notes: svn path=/head/; revision=32726
* Fix workaround for USA_RESIDENT=YES condition.Jun Kuriyama2000-07-042-9/+17
| | | | | | | | Submitted by: dirk.meyer@dinoex.sub.org (maintainer) PR: ports/19608 Notes: svn path=/head/; revision=30154
* Add fake target for USA_RESIDENT=YES case.Jun Kuriyama2000-05-151-1/+2
| | | | | | | | | Fix typo. Reported by: Bill Fenner <fenner@research.att.com> Notes: svn path=/head/; revision=28469
* gnupg extensions: rsa ideaJun Kuriyama2000-05-127-0/+160
Submitted by: dirk.meyer@dinoex.sub.org Notes: svn path=/head/; revision=28412