diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-10-18 21:10:39 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-10-18 21:10:39 +0000 |
commit | ddb6d1d6f79e99c8d06b31a564459acb9d7c53a6 (patch) | |
tree | 426e85a5763a8dc36a27558c47361e144d35e6d1 /audio | |
parent | 7919b8d58ebe06034536da6acec7c2c45dbb891a (diff) | |
download | freebsd-ports-ddb6d1d6f79e99c8d06b31a564459acb9d7c53a6.zip |
- Update libxine to 1.2.6 - changelog is here:
http://anonscm.debian.org/hg/xine-lib/xine-lib-1.2/file/9aef7a72d009/ChangeLog
- Remove an inline from include/xine/xineutils.h for the benefit
of using libxine with base gcc 4.2 .
- Bump PORTREVISIONs for ports depending on libxine. (now also non-default
rdeps as per the new rule)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/atunes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/atunes/Makefile b/audio/atunes/Makefile index 2948d0a1f8bf..4685ae21c4a2 100644 --- a/audio/atunes/Makefile +++ b/audio/atunes/Makefile @@ -3,7 +3,7 @@ PORTNAME= atunes PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/aTunes%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-bin |