Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Oct 2020 12:12:12
1.1.18

|
jbeich  |
multimedia/libmtp: update to 1.1.18
Changes: https://github.com/libmtp/libmtp/releases/tag/libmtp-1-1-18
ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/
Reported by: GitHub (watch releases)
MFH: 2020Q4 (bug fixes) |
02 Feb 2020 17:32:40
1.1.17

|
jbeich  |
multimedia/libmtp: update to 1.1.17
Changes: https://github.com/libmtp/libmtp/releases/tag/libmtp-1-1-17
ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/
Reported by: GitHub (watch releases) |
28 Oct 2018 08:14:44
1.1.16

|
jbeich  |
multimedia/libmtp: update to 1.1.16
Changes: https://sourceforge.net/p/libmtp/mailman/message/36452265/
ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/
Reported by: portscout
MFH: 2018Q4 (new device IDs, bug fixes) |
27 Mar 2018 00:44:56
1.1.15

|
jbeich  |
multimedia/libmtp: update to 1.1.15
Changes: https://sourceforge.net/projects/libmtp/files/libmtp/1.1.15/README/view
ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/
MFH: 2018Q1 (for better device support) |
08 Oct 2017 18:56:46
1.1.14

|
jbeich  |
multimedia/libmtp: update to 1.1.14
Changes: https://sourceforge.net/projects/libmtp/files/libmtp/1.1.14/README/view
ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/
MFH: 2017Q4 |
15 Apr 2017 11:13:43
1.1.13

|
jbeich  |
multimedia/libmtp: update to 1.1.13
Changes: https://sourceforge.net/projects/libmtp/files/libmtp/1.1.13/README/view
ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/
MFH: 2017Q2 |
03 Jan 2017 12:49:39
1.1.12

|
jbeich  |
Drop pre-10.3 support in my ports
Figuring out which GCC hacks are safe to drop is tricky but at least
devel/fb-adb is limited to x86 due to ADA bootstrap. |
29 Sep 2016 01:31:26
1.1.12

|
jbeich  |
multimedia/libmtp: improve Makefile readability |
14 Aug 2016 02:28:36
1.1.12

|
jbeich  |
multimedia/libmtp: update to 1.1.12
Changes: https://sourceforge.net/projects/libmtp/files/libmtp/1.1.12/README/view
ABI: https://people.freebsd.org/~jbeich/compat_reports/libmtp/1.1.11_to_1.1.12/compat_report.html
MFH: 2016Q3 |
16 Mar 2016 12:58:17
1.1.11

|
jbeich  |
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html |
22 Feb 2016 14:17:27
1.1.11

|
jbeich  |
multimedia/libmtp: update to 1.1.11
Changes: https://sourceforge.net/projects/libmtp/files/libmtp/1.1.11/README/view |
12 Jan 2016 16:20:32
1.1.10

|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
06 Oct 2015 16:55:45
1.1.10

|
jbeich  |
multimedia/libmtp: update to 1.1.10
Changes: http://sourceforge.net/projects/libmtp/files/libmtp/1.1.10/README/view |
26 Sep 2015 20:26:22
1.1.9_1

|
jbeich  |
Convert my ports to USES=localbase |
02 Aug 2015 15:03:20
1.1.9_1

|
tijl  |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
27 Apr 2015 06:35:09
1.1.9

|
jbeich  |
- Update to 1.1.9
- Avoid regressing sysutils/fusefs-simple-mtpfs with workaround
- Drop no longer necessary == fix since base r219084 (8.3R earliest)
Changes: http://sourceforge.net/projects/libmtp/files/libmtp/1.1.9/README/view |
24 Feb 2015 14:39:19
1.1.8_1

|
jbeich  |
- Switch to LDFLAGS
- Don't overwrite default backup file
- Take maintainership |
24 Feb 2015 08:03:08
1.1.8_1

|
jbeich  |
Register CONFLICTS between libmtp and libosmo-sccp
Differential Revision: https://reviews.freebsd.org/D1947
PR: 197948
Reviewed by: marino, pi
Approved by: Nikola Kolev <koue@chaosophia.net> (maintainer) |
02 Jan 2015 18:46:34
1.1.8_1

|
pi  |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
31 Aug 2014 16:21:47
1.1.8

|
madpilot  |
- Update to 1.1.8
- Fix libmtp.pc on 10.0+ where libusb-1.0.pc is actually available
- Move libusb-1.0 dependency to Requires.private to avoid overlinking
- Disable doxygen during build instead of patching Makefile.in
- Add a comment about license containing "or any later version" clause
PR: 193093
Submitte by: Jan Beich <jbeich at vfemail.net> |
30 Jul 2014 03:57:24
1.1.6_3

|
pi  |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
18 Jul 2014 11:02:59
1.1.6_2

|
tijl  |
audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command
Bump dependent ports |
11 Jun 2014 14:50:00
1.1.6_1

|
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
09 Mar 2014 20:55:39
1.1.6_1

|
bapt  |
Fix category the first one should the directory the ports is living in |
09 Mar 2014 18:14:50


|
gerald  |
Move libmtp from audio to multimedia.
PR: 175266
Requested by: yuri@tsoft.com |