diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-26 11:11:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-26 11:11:20 +0800 |
commit | 495ec19ba6bb7f026dc348843f1c066160552786 (patch) | |
tree | f34e5ba8bc0b833901ca398b8f8ae366b94124a9 | |
parent | ff8d41a7dca9f5ca654a85bf895149d6b91bf004 (diff) | |
download | freebsd-ports-gnome-495ec19ba6bb7f026dc348843f1c066160552786.tar.gz freebsd-ports-gnome-495ec19ba6bb7f026dc348843f1c066160552786.tar.zst freebsd-ports-gnome-495ec19ba6bb7f026dc348843f1c066160552786.zip |
- Switch converters/enca to USES=libtool, drop .la files
- Add LICENSE_FILE
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
-rw-r--r-- | converters/enca/Makefile | 5 | ||||
-rw-r--r-- | converters/enca/pkg-plist | 4 | ||||
-rw-r--r-- | converters/fix-mime-charset/Makefile | 2 | ||||
-rw-r--r-- | devel/librcc/Makefile | 2 | ||||
-rw-r--r-- | multimedia/libass/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mpv/Makefile | 2 | ||||
-rw-r--r-- | multimedia/ogmrip/Makefile | 2 | ||||
-rw-r--r-- | multimedia/plexhometheater/Makefile | 1 | ||||
-rw-r--r-- | multimedia/qmmp/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xbmc/Makefile | 1 |
10 files changed, 13 insertions, 10 deletions
diff --git a/converters/enca/Makefile b/converters/enca/Makefile index 1e03ec8b9c6a..eade2612a514 100644 --- a/converters/enca/Makefile +++ b/converters/enca/Makefile @@ -3,6 +3,7 @@ PORTNAME= enca PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= converters textproc russian ukrainian MASTER_SITES= http://dl.cihar.com/enca/ @@ -14,9 +15,9 @@ LIB_DEPENDS= librecode.so:${PORTSDIR}/converters/recode RUN_DEPENDS= umap:${PORTSDIR}/converters/p5-Unicode-Map8 LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USE_AUTOTOOLS= libtool -USES= gmake pkgconfig iconv tar:bzip2 +USES= gmake libtool pkgconfig iconv tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} diff --git a/converters/enca/pkg-plist b/converters/enca/pkg-plist index caf431a6c2a9..26d16bec9073 100644 --- a/converters/enca/pkg-plist +++ b/converters/enca/pkg-plist @@ -2,9 +2,9 @@ bin/enca bin/enconv include/enca.h lib/libenca.a -lib/libenca.la lib/libenca.so -lib/libenca.so.5 +lib/libenca.so.0 +lib/libenca.so.0.5.1 libdata/pkgconfig/enca.pc libexec/enca/extconv/cstocs libexec/enca/extconv/map diff --git a/converters/fix-mime-charset/Makefile b/converters/fix-mime-charset/Makefile index 2b3ad4bfd193..6645f785a927 100644 --- a/converters/fix-mime-charset/Makefile +++ b/converters/fix-mime-charset/Makefile @@ -3,7 +3,7 @@ PORTNAME= fix-mime-charset PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters textproc russian ukrainian MASTER_SITES= SF/fix-mime-chr/${PORTNAME}/${PORTVERSION} diff --git a/devel/librcc/Makefile b/devel/librcc/Makefile index 819088de3b05..8b2836f8288d 100644 --- a/devel/librcc/Makefile +++ b/devel/librcc/Makefile @@ -3,7 +3,7 @@ PORTNAME= librcc PORTVERSION= 0.2.12 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ LOCAL/fluffy diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile index 4d0f794fb7d6..1db651d087b9 100644 --- a/multimedia/libass/Makefile +++ b/multimedia/libass/Makefile @@ -2,7 +2,7 @@ PORTNAME= libass PORTVERSION= 0.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia devel MAINTAINER= multimedia@FreeBSD.org diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index fee8bed6a2e6..91d03b16a9a0 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpv PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \ diff --git a/multimedia/ogmrip/Makefile b/multimedia/ogmrip/Makefile index f580c875da4a..1520eb732941 100644 --- a/multimedia/ogmrip/Makefile +++ b/multimedia/ogmrip/Makefile @@ -3,7 +3,7 @@ PORTNAME= ogmrip PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION} diff --git a/multimedia/plexhometheater/Makefile b/multimedia/plexhometheater/Makefile index 03c09f98064d..c0aaf879c5c3 100644 --- a/multimedia/plexhometheater/Makefile +++ b/multimedia/plexhometheater/Makefile @@ -2,6 +2,7 @@ PORTNAME= plexhometheater PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com diff --git a/multimedia/qmmp/Makefile b/multimedia/qmmp/Makefile index 3cf5500d33e7..70f9b7a18471 100644 --- a/multimedia/qmmp/Makefile +++ b/multimedia/qmmp/Makefile @@ -2,7 +2,7 @@ PORTNAME= qmmp PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/ diff --git a/multimedia/xbmc/Makefile b/multimedia/xbmc/Makefile index 1ee274d5c2cf..f8a353f14498 100644 --- a/multimedia/xbmc/Makefile +++ b/multimedia/xbmc/Makefile @@ -2,6 +2,7 @@ PORTNAME= xbmc DISTVERSION= 13.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://mirrors.xbmc.org/releases/source/ |