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 /www/npapi-xine/Makefile | |
parent | www/py-django-auth-ldap: convert to USES=python (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=371159
Diffstat (limited to '')
-rw-r--r-- | www/npapi-xine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/npapi-xine/Makefile b/www/npapi-xine/Makefile index 975f0bec2c1f..5aa03e4e0659 100644 --- a/www/npapi-xine/Makefile +++ b/www/npapi-xine/Makefile @@ -3,7 +3,7 @@ PORTNAME= xine PORTVERSION= 1.0.2 -PORTREVISION= 9 +PORTREVISION= 10 DISTVERSIONPREFIX= plugin- CATEGORIES= www multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-plugin/${PORTVERSION} |