Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
24 Oct 2020 13:11:16
2.5.4

|
jhale  |
security/libassuan: Update to 2.5.4 |
19 Mar 2019 02:56:20
2.5.3

|
jhale  |
security/libassuan: Update to 2.5.3 |
03 Jan 2019 14:28:11
2.5.2

|
jhale  |
security/libassuan: Update to 2.5.2
- Simplify MASTER_SITES
- Add regression tests |
10 Nov 2018 18:12:58
2.5.1_1

|
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
20 Dec 2017 23:57:50
2.5.1

|
jhale  |
Update to 2.5.1
PR: 224489
Submitted by: adamw |
19 Sep 2016 22:47:35
2.4.3

|
jhale  |
Update to 2.4.3
PR: 212354
Submitted by: cmt |
01 Apr 2016 14:25:18
2.4.2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
08 Dec 2015 03:27:41
2.4.2

|
jhale  |
Update to 2.4.2 |
31 May 2015 14:30:56
2.2.1

|
jhale  |
Update to 2.2.1 |
26 Feb 2015 02:59:54
2.2.0

|
jhale  |
- Update to 2.2.0 |
30 Nov 2014 22:57:20
2.1.3

|
jhale  |
- Update to 2.1.3 |
17 Sep 2014 15:48:49
2.1.2_1

|
amdmi3  |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
03 Sep 2014 13:23:38
2.1.2

|
jhale  |
- Update to 2.1.2
- Simplify MASTER_SITES and drop .sig file
- Add LICENSE
- Strip library
- Convert PLIST_FILES to pkg-plist |
30 May 2014 09:58:02
2.1.1_1

|
tijl  |
USES=libtool tar:bzip2. |
02 Oct 2013 01:21:18
2.1.1

|
jhale  |
- Update to 2.1.1 [1]
- Support staging
- Improve pkg-descr description and tab -> space WWW line
PR: ports/176461 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1] |
20 Sep 2013 22:55:26
2.0.3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
10 Oct 2012 15:21:55
2.0.3

|
jhale  |
- Update to 2.0.3
- Remove devel/pth dependency; libassuan-pth was dropped in 2.0.0
- Remove additional CFLAGS for amd64; builds fine on tinderbox without them
Approved by: makc, avilla (mentors, implicit) |
10 Oct 2012 12:20:25
2.0.2

|
jhale  |
- Take maintainership
Approved by: makc, avilla (mentors, implicit) |
08 Oct 2012 10:38:48
2.0.2

|
dougb  |
Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.
I bid fond fare well
A chapter closes for me
What opens for you? |
04 Jul 2011 21:01:55
2.0.2
|
dougb  |
Update to version 2.0.2. These are build fixes only, no functional changes. |
14 Jan 2011 18:02:22
2.0.1_1
|
dougb  |
Apparently the verhack'ing caused lib/libassuan.a to slip in,
so fix the plist.
Submitted by: ale
Feature safe: yes |
14 Jan 2011 07:42:11
2.0.1_1
|
dougb  |
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 |
22 Dec 2010 19:16:12
2.0.1
|
dougb  |
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 |
14 Jun 2010 00:42:52
2.0.0
|
dougb  |
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. |
12 May 2010 04:10:31
1.0.5
|
dougb  |
Switch to PLIST_FILES
PR: ports/146508
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
12 May 2010 04:09:55
1.0.5
|
dougb  |
Add the info for the .sig file |
11 May 2010 19:51:24
1.0.5
|
dougb  |
Adopt the orphan, add the verify target for the PGP signature |
15 Jan 2009 01:20:16
1.0.5
|
amdmi3  |
- Update to 1.0.5
PR: 130550
Submitted by: Hirohisa Yamaguchi <umq at ueo dot co dot jp> |
07 Sep 2008 00:36:27
1.0.4
|
linimon  |
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.
Hat: portmgr |
24 Dec 2007 19:46:29
1.0.4
|
lofi  |
Update to 1.0.4
PR: ports/118624
Submitted by: Hirohisa Yamaguchi |
25 Aug 2007 13:13:15
1.0.3
|
lofi  |
Update to 1.0.3.
PR: ports/115778
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
27 Jul 2007 15:19:01
1.0.1
|
lofi  |
-fPIC on amd64. |
23 Jul 2007 09:36:52
1.0.1
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
05 Dec 2006 12:20:11
1.0.1
|
lofi  |
Update to 1.0.1 |
24 Jan 2006 01:03:33
0.6.10
|
edwin  |
SHA256ify
Approved by: krion@ |
24 Jun 2005 20:18:12
0.6.10
|
lofi  |
Update to 0.6.10 |
09 Jan 2005 17:51:47
0.6.9
|
lofi  |
Remove obsolete patch.
Noticed by: YONETANI Tomokazu <qhwt+fbsd@les.ath.cx> |
22 Dec 2004 23:49:33
0.6.9
|
lofi  |
Update to 0.6.9 |
25 Nov 2004 18:59:07
0.6.8
|
lofi  |
Update to 0.6.8 |
12 Oct 2004 00:38:29
0.6.7
|
lofi  |
Update to 0.6.7
PR: ports/72533
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> |
11 Oct 2004 02:28:40
0.6.6
|
marcus  |
Fix build with bind9 in the base system.
Reported by: pointyhat via kris
Approved by: portmgr (implicit) |
04 Aug 2004 15:15:29
0.6.6
|
lofi  |
Update to 0.6.6 |
20 Apr 2004 09:34:01
0.6.4
|
lofi  |
Add libassuan, an IPC library used by GnuPG and gpgme. |