diff options
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 10 | ||||
-rw-r--r-- | net-p2p/transmission-cli/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/transmission-daemon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-gtk2/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-gtk2/pkg-plist | 6 | ||||
-rw-r--r-- | net-p2p/transmission/Makefile | 3 |
6 files changed, 18 insertions, 11 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 886c2f3fb0f6..009a915434ba 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -6,8 +6,8 @@ # PORTNAME= transmission -PORTVERSION= 1.92 -PORTREVISION?= 1 +PORTVERSION= 1.93 +PORTREVISION?= 0 CATEGORIES?= net-p2p MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ PKGNAMESUFFIX?= -cli @@ -29,6 +29,8 @@ USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS=--with-ssl=${OPENSSLBASE} \ --with-zlib=/usr \ + --disable-libappindicator \ + --disable-gconf2 \ ${EXTRA_CONF_ARGS} EXTRA_CONF_ARGS?=--enable-cli \ --disable-daemon \ @@ -48,8 +50,8 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} general-patch: @${REINPLACE_CMD} -e 's|SUBDIRS = . sample.*|SUBDIRS = .|g' \ - ${WRKSRC}/third-party/libevent/Makefile.* - @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ + ${WRKSRC}/third-party/libevent/Makefile.in + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|noinst_PROGRAMS = |noinst_PROGRAMS = #|g' .if ${SLAVEPORT}!="gtk2" @${REINPLACE_CMD} -e '/#define DISABLE_GETTEXT/s,/\* \(.*\) \*/,\1,' \ diff --git a/net-p2p/transmission-cli/distinfo b/net-p2p/transmission-cli/distinfo index df23ea529378..5e3fe50add2d 100644 --- a/net-p2p/transmission-cli/distinfo +++ b/net-p2p/transmission-cli/distinfo @@ -1,3 +1,3 @@ -MD5 (transmission-1.92.tar.bz2) = 561357621331f294c87f78e22783a283 -SHA256 (transmission-1.92.tar.bz2) = daf037927a48cce9110023e2e1073e91c92d6e245e343835b99115f5d5a0bbed -SIZE (transmission-1.92.tar.bz2) = 4322109 +MD5 (transmission-1.93.tar.bz2) = f68358d03e46bec5704bbaa894990152 +SHA256 (transmission-1.93.tar.bz2) = e9b7b1fb9aad2808ee27b163dba8647f738c23513201864fa9944010b8d71670 +SIZE (transmission-1.93.tar.bz2) = 4381746 diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index 0283f76abf19..ed2a5bd0a54f 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -daemon MAINTAINER= mezz@FreeBSD.org diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile index 1cf8571396ad..bb585899b55c 100644 --- a/net-p2p/transmission-gtk2/Makefile +++ b/net-p2p/transmission-gtk2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 2 +PORTREVISION= 0 PKGNAMESUFFIX= -gtk2 MAINTAINER= mezz@FreeBSD.org diff --git a/net-p2p/transmission-gtk2/pkg-plist b/net-p2p/transmission-gtk2/pkg-plist index 16c347e3d4ea..c6e81273fa62 100644 --- a/net-p2p/transmission-gtk2/pkg-plist +++ b/net-p2p/transmission-gtk2/pkg-plist @@ -61,6 +61,7 @@ share/locale/mt/LC_MESSAGES/transmission.mo share/locale/nb/LC_MESSAGES/transmission.mo share/locale/nl/LC_MESSAGES/transmission.mo share/locale/nn/LC_MESSAGES/transmission.mo +share/locale/oc/LC_MESSAGES/transmission.mo share/locale/pl/LC_MESSAGES/transmission.mo share/locale/pt/LC_MESSAGES/transmission.mo share/locale/pt_BR/LC_MESSAGES/transmission.mo @@ -74,13 +75,18 @@ share/locale/sv/LC_MESSAGES/transmission.mo share/locale/te/LC_MESSAGES/transmission.mo share/locale/th/LC_MESSAGES/transmission.mo share/locale/tr/LC_MESSAGES/transmission.mo +share/locale/ug/LC_MESSAGES/transmission.mo share/locale/uk/LC_MESSAGES/transmission.mo share/locale/vi/LC_MESSAGES/transmission.mo share/locale/zh_CN/LC_MESSAGES/transmission.mo share/locale/zh_TW/LC_MESSAGES/transmission.mo share/pixmaps/transmission.png +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku @dirrmtry share/locale/kk/LC_MESSAGES diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index 2b45618c6a2d..46ea89f45315 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/Makefile @@ -6,8 +6,7 @@ # PORTNAME= transmission -PORTVERSION= 1.92 -PORTREVISION= 1 +PORTVERSION= 1.93 CATEGORIES= net-p2p MASTER_SITES= # empty DISTFILES= # empty |