notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/gpgme/Makefile

Number of commits found: 139 (showing only 39 on this page)

«  1 | 2 

Friday, 22 Sep 2006
07:10 sergei search for other commits by this committer
- Chase libgpg-error version bump [1]
- Add explicit version to libgpg-error dependency where missing [2]
- Bump PORTREVISION [1]

Approved by:    maintainers (arved, lofi, novel,
                ports at mcdermottroe dot com) [1]
Suggested by:   novel, lofi [2]
Original commit
Wednesday, 13 Sep 2006
21:24 lofi search for other commits by this committer
Update gpgme to 1.1.2, chase dependencies.
Original commit
Saturday, 13 May 2006
04:15 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Saturday, 5 Nov 2005
07:48 lofi search for other commits by this committer
Update gpgme to 1.0.3 and chase shared library version bump.
Original commit
Tuesday, 12 Apr 2005
18:05 lofi search for other commits by this committer
s/.elseif/.elif
Original commit
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Wednesday, 26 Jan 2005
12:59 lofi search for other commits by this committer
Update to 1.0.2
Original commit
Tuesday, 21 Dec 2004
09:03 clement search for other commits by this committer
- gpgme et gpgme03 are no longer in conflict
Original commit
Monday, 20 Dec 2004
20:12 clement search for other commits by this committer
- Move gpgme.h to ${PREFIX}/include/gpgme/ to make gpgme-1.x and
  gpgme-0.3.x coexists

  (Note : CONFLICTS will be remove after gpgme03 commit)

Approved by:    lofi
Original commit
Monday, 13 Dec 2004
20:29 lofi search for other commits by this committer
gpgme and gpgme03 are conflicting ports.
Original commit
Sunday, 12 Dec 2004
17:55 lofi search for other commits by this committer
Optionalize pth support.
Original commit
Saturday, 11 Dec 2004
18:33 lofi search for other commits by this committer
Fix the self-tests instead of just omitting them.
Original commit
13:28 lofi search for other commits by this committer
Fix dependencies, enable pth-library, respect PTHREAD_LIBS,
fix build on 4.x, bump PORTREVISION, take maintainership.
Original commit
05:33 marcus search for other commits by this committer
Switch maintainer to ports@.
Original commit
05:32 marcus search for other commits by this committer
Update to 1.0.1.
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
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
Original commit
Monday, 3 May 2004
19:22 lofi search for other commits by this committer
Update the Aegypten ports to versions compatible with libgcrypt 1.2.0
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

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.
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Tuesday, 6 Jan 2004
14:18 pav search for other commits by this committer
- Update to 0.3.16

PR:             ports/60711
Submitted by:   ijliao
Original commit
Thursday, 22 May 2003
01:29 lioux search for other commits by this committer
o Fix gpgsm support so that conditional WITH_GPGSM really works
o Bump PORTREVISION

PR:             52459
Submitted by:   Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by:    maintainer
Original commit
Sunday, 18 May 2003
23:28 arved search for other commits by this committer
Update to 0.3.15.
Conditional depend on newpg

PR:             51574
Submitted by:   TERAMOTO Masahiro <markun@onohara.to>
                Michael Nottebrock <michaelnottebrock@gmx.net>
Original commit
Friday, 21 Feb 2003
13:26 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 17 Feb 2003
18:14 marcus search for other commits by this committer
Chase pth's shared lib version.
Original commit
Saturday, 15 Feb 2003
12:17 arved search for other commits by this committer
Use MASTER_SITE_GNUPG
Original commit
Thursday, 30 Jan 2003
17:27 arved search for other commits by this committer
Update to 0.3.14

PR:             46836
Submitted by:   Miguel Mendez <flynn@energyhq.homeip.net> &
                Michael Nottebrock <michaelnottebrock@gmx.net>
Reviewed by:    Oliver Lehmann <lehmann@ans-netz.de>
Approved by:    TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Original commit
Thursday, 2 Jan 2003
18:51 arved search for other commits by this committer
Update to 0.3.12

PR:             46566
Submitted by:   Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Approved by:    TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Original commit
Thursday, 12 Dec 2002
08:44 edwin search for other commits by this committer
Fix email addresses and WWW site

PR:             ports/46111
Submitted by:   TERAMOTO Masahiro <TERAMOTO@nanase.comm.eng.osaka-u.ac.jp>
Original commit
Friday, 15 Nov 2002
17:49 ijliao search for other commits by this committer
disable pth detect when configure

PR:             43624
Submitted by:   maintainer
Original commit
Friday, 20 Sep 2002
05:33 ijliao search for other commits by this committer
upgrade to 0.3.9

PR:             42212
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Approved by:    maintainer
Original commit
Wednesday, 22 May 2002
20:32 pat search for other commits by this committer
Update to 0.3.6

PR:             38369
Submitted by:   maintainer
Original commit
Tuesday, 22 Jan 2002
15:25 sf search for other commits by this committer
previous log should read:   update to 0.3.0.    
Original commit
14:34 sf search for other commits by this committer
update to 0.2.3.    
Original commit
Friday, 12 Oct 2001
16:01 knu search for other commits by this committer
- Update to 0.2.3.    
Original commit
Friday, 31 Aug 2001
15:20 sobomax search for other commits by this committer
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.    
Original commit
Friday, 6 Jul 2001
19:15 ijliao search for other commits by this committer
add gpgme   A library to make access to GnuPG easier    
Original commit

Number of commits found: 139 (showing only 39 on this page)

«  1 | 2