Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Sep 2017 10:12:26
0.8.1_6

|
rene  |
Remove expired port:
2017-09-03 security/py-pyme: Merged with GPGme project. Please use
security/py-gpgme instead |
03 Aug 2017 21:45:23
0.8.1_6

|
jhale  |
Mark DEPRECATED and set EXPIRATION_DATE
This project has been merged into the GPGme project and users should
switch to security/py-gpgme instead. Since there are no dependent ports,
EXPIRATION_DATE has been set for one month from now.
PR: 213635 |
14 Dec 2016 21:48:10
0.8.1_6

|
johans  |
Stepping down as maintainer for some ports. |
26 Nov 2016 23:41:17
0.8.1_6

|
jhale  |
Update security/gpgme-* to 1.8.0
In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.
The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module. |
01 Apr 2016 14:25:18
0.8.1_5

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
17 Mar 2016 09:09:06
0.8.1_5

|
tijl  |
security/gpgme: put header back in normal location.
This used to cause a conflict with security/gpgme03 but this port has been
removed many years ago now.
Approved by: jhale (maintainer) |
18 May 2015 02:07:53
0.8.1_5

|
amdmi3  |
- Drop @dirrm* from plist
- Add LICENSE
Approved by: portmgr blanket |
24 Oct 2014 16:50:43
0.8.1_5

|
mva  |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit) |
25 Jun 2014 05:35:32
0.8.1_5

|
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
05 Feb 2014 18:29:46
0.8.1_5

|
johans  |
Enable stage support |
15 Dec 2013 12:25:14
0.8.1_5

|
wg  |
security/py-pyme: fix usage of python
- Fix usage of python
- USES gmake
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
20 Oct 2013 19:20:16
0.8.1_5

|
jhale  |
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports |
20 Sep 2013 22:55:26
0.8.1_4

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
21 Jul 2011 12:43:39
0.8.1_4
|
jlaffaye  |
- Chase gpgme shared lib bump.
- Add an entry to UPDATING
Reviewed by: tabthorpe |
25 Feb 2011 03:19:29
0.8.1_3
|
miwi  |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support |
16 Dec 2010 02:34:07
0.8.1_2
|
glarkin  |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
23 Feb 2010 18:07:14
0.8.1_1
|
johans  |
Update my mail address to @FreeBSD.org
Feature safe: yes |
13 Dec 2009 17:00:14
0.8.1_1
|
miwi  |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
22 Aug 2009 00:35:32
0.8.1_1 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
15 Jul 2009 16:47:45
0.8.1_1
|
wxs  |
- 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 |
28 Dec 2008 11:27:43
0.8.1
|
johans  |
PyMe is a Python interface to GPGME library.
PyMe's development model is GPGME + Python + SWIG (just like m2crypto is
an OpenSSL + Python + SWIG) combination which means that most of the
functions and types are converted from C into Python automatically by SWIG.
In short, to be able to use PyMe you need to be familiar with GPGME.
WWW: http://pyme.sourceforge.net/ |