non port: multimedia/libaacs/Makefile |
SVNWeb
|
Number of commits found: 30 |
Wed, 8 Mar 2023
|
[ 22:35 Daniel Engberg (diizzy) ] 98cb2e6
multimedia/libaacs: Add VideoLAN's CDN to MASTER_SITES
Use VideoLAN's CDN as primary site and fallback to download.videolan.org
Reference:
https://get.videolan.org/libaacs/0.11.1/libaacs-0.11.1.tar.bz2?mirrorlist
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 63f36d3 (Only the first 10 of 224 ports in this commit are shown above. )
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Tue, 1 Mar 2022
|
[ 10:05 Fernando Apesteguía (fernape) ] 759b69b
multimedia/libaacs: update to 0.11.1
From ChangeLog:
https://code.videolan.org/videolan/libaacs/-/blob/master/ChangeLog
* Faster start with MacOS when disc does not use bus encryption.
* Improve error logging.
* Improve error resilience.
Reported by: portscout
|
Wed, 14 Jul 2021
|
[ 16:10 Po-Chuan Hsieh (sunpoet) ] 127f105
multimedia/libaacs: Update MASTER_SITES and WWW
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 1 Jan 2021
|
[ 15:30 pi ]
multimedia/libaacs: update 0.9.0 -> 0.11.0
- Update MASTER_SITES
- Clean up Makefile
PR: 250985
Submitted by: daniel.engberg.lists@pyret.net
Relnotes: https://code.videolan.org/videolan/libaacs/-/blob/master/ChangeLog
|
Sat, 17 Feb 2018
|
[ 13:52 yuri ]
multimedia/libaacs: Update to 0.9.0
Additional port changes:
* Replaced with DISTVERSION
* Added LICENSE_FILE
* Removed USES=autoreconf
Reported by: portscout
Approved by: tcberner (mentor, implicit)
|
Sat, 23 Sep 2017
|
[ 21:11 adamw ] (Only the first 10 of 20 ports in this commit are shown above. )
Reset maintainership on Dominic Fandrey's ports.
With hat: portmgr
|
Fri, 15 Sep 2017
|
[ 18:28 adamw ] (Only the first 10 of 15 ports in this commit are shown above. )
Reset kami's ports to his personal email address.
With hat: portmgr
|
Mon, 25 Apr 2016
|
[ 21:58 kami ]
Update libbluray and related libraries
Also clean up/modernise Makefiles.
Reviewed by: cs
Approved by: cs
Differential Revision: https://reviews.freebsd.org/D5743
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 21 Jun 2015
|
[ 13:46 bapt ]
Convert to USES=autoreconf
|
Sun, 22 Mar 2015
|
[ 20:06 sunpoet ]
- Update MAINTAINER: use @FreeBSD.org
|
Sat, 21 Feb 2015
|
[ 20:54 kami ]
Update libaacs 0.7.0 -> 0.8.0
- Use Makefile.include from libbluray
PR: 190958
Differential Revision: https://reviews.freebsd.org/D1754
Reviewed by: Carlo Strub <cs@freebsd.org>
Approved by: Carlo Strub <cs@freebsd.org>
|
Fri, 2 Jan 2015
|
[ 18:46 pi ] (Only the first 10 of 104 ports in this commit are shown above. )
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 )
|
Wed, 30 Jul 2014
|
[ 03:57 pi ] (Only the first 10 of 94 ports in this commit are shown above. )
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)
|
Fri, 18 Jul 2014
|
[ 11:02 tijl ] (Only the first 10 of 26 ports in this commit are shown above. )
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
|
Sun, 27 Apr 2014
|
[ 14:14 riggs ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update libaacs to 0.7.0
- Add LICENSE
- USES tar:bzip2
- Update libbluray 0.5.0
- Unbreak JAVA option
- USES tar:bzip2
- Bump PORTREVISION in depdendent ports due to shared lib version bump
PR: ports/188573
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Approved by: thierry (mentor)
|
Mon, 3 Feb 2014
|
[ 13:57 miwi ] (Only the first 10 of 13 ports in this commit are shown above. )
- Stage support
- Convert to USES
|
Fri, 20 Sep 2013
|
[ 20:57 bapt ] (Only the first 10 of 404 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Mon, 2 Sep 2013
|
[ 12:59 wg ]
multimedia/libaacs: update to 0.6.0
- Update to 0.6.0 [1]
- Convert lib depends to new syntax
- Bump PORTREVISION for dependent ports
Changes:
http://git.videolan.org/?p=libaacs.git;a=blob_plain;f=ChangeLog;hb=HEAD
PR: ports/181492
Submitted by: Dominic Fandrey <kamikaze bsdforen.de> (maintainer)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 3 May 2013
|
[ 16:36 ehaupt ] (Only the first 10 of 95 ports in this commit are shown above. )
Chase security/libgcrypt update
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Wed, 24 Apr 2013
|
[ 07:35 ak ] (Only the first 10 of 164 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
Thu, 22 Mar 2012
|
[ 06:51 rm ]
- update to 0.3.0
PR: 166223
Submitted by: Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer)
Feature safe: yes
|
Sun, 3 Jul 2011
|
[ 11:40 swills ] (Only the first 10 of 49 ports in this commit are shown above. )
- Chase the libgcrypt shared lib version
|
Mon, 21 Feb 2011
|
[ 10:38 ehaupt ]
Add libaacs 0.1.20110218, advanced Access Content System implementation.
Submitted by: kamikaze at bsdforen.de
|
Number of commits found: 30 |