aboutsummaryrefslogtreecommitdiff
path: root/security/seahorse
Commit message (Collapse)AuthorAgeFilesLines
* Add --disable-gpg-check to CONFIGURE_ARGS to avoid breakage with gpg-1.4.0.Joe Marcus Clarke2005-01-011-0/+1
| | | | | | | | | | | This has been fixed in seahorse CVS, but the ports system makes this check superfluous anyway so temporarily removing it shouldn't hurt. Reported by: pointyhat via kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=125627
* Fix build on 4.X.Joe Marcus Clarke2004-12-222-0/+35
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=124850
* Update to 0.7.5.Joe Marcus Clarke2004-12-226-63/+65
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=124749
* - Rework gpgme03 port to avoid conflict with gpgme 1.0Clement Laforet2004-12-211-3/+4
| | | | | | | | | | - Make ports depending on it use new layout - Bump PORTREVISION (except elmo*) Approved by: portmgr (marcus) Notes: svn path=/head/; revision=124666
* Switch to using gpgme03 until the maintainer approves the 0.7.5 update.Joe Marcus Clarke2004-12-111-1/+1
| | | | Notes: svn path=/head/; revision=123692
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-071-16/+2
| | | | | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team Notes: svn path=/head/; revision=113150
* Needs GnuPG at BUILD-time.Volker Stolz2004-05-101-1/+2
| | | | Notes: svn path=/head/; revision=108816
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* 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
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.Trevor Johnson2003-11-171-0/+1
| | | | Notes: svn path=/head/; revision=94169
* Update to 0.7.3.Joe Marcus Clarke2003-05-055-37/+74
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=80156
* Add a missing dependency on eel2.Joe Marcus Clarke2003-04-211-1/+2
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=79425
* When I get a bright idea to update the DIST_SUBDIR or USE_BZIP2, make sureJoe Marcus Clarke2003-04-162-1/+2
| | | | | | | | | that idea ia reflected in distinfo. Pass me thine pointy hat. Reported by: olgeni Notes: svn path=/head/; revision=79047
* * Update to 0.7.2Joe Marcus Clarke2003-04-154-43/+35
| | | | | | | | | | * Convert to new GNOME infrastructure * Sort plist Approved by: maintainer Notes: svn path=/head/; revision=79011
* Fix the build on bento and a few other users' machines.Joe Marcus Clarke2003-03-152-0/+17
| | | | | | | | | | * Add USE_GMAKE * Patch a problem with generating the glib-marshal code Approved by: portmgr (kris) Notes: svn path=/head/; revision=77133
* Update to 0.7.1.Joe Marcus Clarke2003-03-043-3/+14
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=76864
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Assign maintainership to Akifyev Sergey <asa@gascom.ru> as the previousJoe Marcus Clarke2003-02-191-1/+1
| | | | | | | maintainer has not be responding to emails. Notes: svn path=/head/; revision=75857
* Update to 0.7.0.Joe Marcus Clarke2003-02-143-25/+66
| | | | | | | | Submitted by: Akifyev Sergey <asa@gascom.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=75520
* Add some files missed by the plist.Joe Marcus Clarke2003-01-132-0/+4
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=73006
* upgrade to 0.5.0Ying-Chieh Liao2001-05-222-3/+3
| | | | | | | | | | change master site PR: 27322 Submitted by: maintainer Notes: svn path=/head/; revision=42914
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* PLIST fixes to ports which I touched recently. Not all caused by myJeremy Lea2000-10-131-8/+8
| | | | | | | breakage. Notes: svn path=/head/; revision=33762
* Implement USE_GNOME, part 2.Jeremy Lea2000-10-052-7/+29
| | | | Notes: svn path=/head/; revision=33429
* Actually finish upgrading to 0.4.9, and give a master site that actuallyWill Andrews2000-07-101-2/+2
| | | | | | | has seahorse 0.4.9. Notes: svn path=/head/; revision=30457
* Update to 0.4.9 and remove the MAINAINER's master site.Will Andrews2000-07-102-3/+2
| | | | | | | | PR: 19833 Submitted by: maintainer Notes: svn path=/head/; revision=30456
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Update to 0.4.5.Will Andrews2000-05-222-3/+4
| | | | | | | | | PR: 18453 Submitted by: MAINTAINER Pointy hat: wes (for importing README.html ;-) Notes: svn path=/head/; revision=28674
* Update to 0.4.0.Akinori MUSHA2000-04-272-3/+6
| | | | | | | | | | | PR: ports/17988 Submitted by: MAINTAINER Define GTK_CONFIG to configure right. Fix RUN_DEPENDS. (gnupg's executable file name is `gpg') Notes: svn path=/head/; revision=28035
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-3/+2
| | | | Notes: svn path=/head/; revision=27847
* Portlint COMMENT's.Akinori MUSHA2000-04-141-1/+1
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-4/+3
| | | | Notes: svn path=/head/; revision=27426
* Proper WWW syntaxChris Piazza2000-04-091-1/+1
| | | | Notes: svn path=/head/; revision=27425
* Port for Seahorse, a Gnome front end for GnuPG.Wes Peters2000-03-105-0/+38
PR: 17295 Submitted by: Dave McKay <dave@elvis.mu.org> Obtained from: Dave McKay <dave@elvis.mu.org> Notes: svn path=/head/; revision=26704