update to 1.93

This commit is contained in:
naddy 2010-05-03 17:39:33 +00:00
parent f701c7fd45
commit 946decedff
4 changed files with 17 additions and 77 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.53 2010/05/01 13:50:05 naddy Exp $
# $OpenBSD: Makefile,v 1.54 2010/05/03 17:39:33 naddy Exp $
COMMENT-main= lightweight BitTorrent command line and daemon client
COMMENT-gui= lightweight BitTorrent client with graphical interface
VER= 1.92
VER= 1.93
DISTNAME= transmission-${VER}
PKGNAME-main= transmission-${VER}p0
PKGNAME-gui= transmission-gui-${VER}p1
PKGNAME-main= transmission-${VER}
PKGNAME-gui= transmission-gui-${VER}
CATEGORIES= net
HOMEPAGE= http://www.transmissionbt.com/

View File

@ -1,5 +1,5 @@
MD5 (transmission-1.92.tar.bz2) = VhNXYhMx8pTIf3jiJ4Oigw==
RMD160 (transmission-1.92.tar.bz2) = WeGXscQpqRNcqlAMudTmfvMNsRg=
SHA1 (transmission-1.92.tar.bz2) = Epo9Z7T30iQx3zwa692OS3bGRwY=
SHA256 (transmission-1.92.tar.bz2) = 2vA3knpIzOkRACPi4Qc+kcktbiReNDg1uZEV9dWgu+0=
SIZE (transmission-1.92.tar.bz2) = 4322109
MD5 (transmission-1.93.tar.bz2) = 9oNY0D5GvsVwS7qolJkBUg==
RMD160 (transmission-1.93.tar.bz2) = AOuOE1Dy4Nnbc69x57iHQkEgD4k=
SHA1 (transmission-1.93.tar.bz2) = J3k7gIjW/V2zuABJAHcMhK65kok=
SHA256 (transmission-1.93.tar.bz2) = 6bex+5qtKAjuJ7Fj26hkf3OMI1EyAYZPqZRAELjXFnA=
SIZE (transmission-1.93.tar.bz2) = 4381746

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure_ac,v 1.3 2010/05/01 13:50:05 naddy Exp $
$OpenBSD: patch-configure_ac,v 1.4 2010/05/03 17:39:33 naddy Exp $
--- configure.ac.orig Fri Mar 12 03:04:38 2010
+++ configure.ac Sat May 1 03:12:59 2010
@@ -24,8 +24,8 @@ AC_PROG_LIBTOOL
@ -55,69 +55,3 @@ $OpenBSD: patch-configure_ac,v 1.3 2010/05/01 13:50:05 naddy Exp $
fi
AC_ARG_VAR([LIBEVENT_CFLAGS], [C compiler flags for LIBEVENT, overriding pkg-config])dnl
AC_ARG_VAR([LIBEVENT_LIBS], [linker flags for LIBEVENT, overriding pkg-config])dnl
@@ -293,10 +293,13 @@ if test "x$build_gtk" = "xyes"; then
AS_HELP_STRING([--enable-libnotify],[enable notifications]),,
[enable_libnotify=yes])
use_libnotify=no
- if test "x$enable_libnotify" = "xyes" ; then
- if test "x$have_libnotify" = "xyes"; then
+ if test "x$have_libnotify" = "xyes"; then
+ if test "x$enable_libnotify" = "xyes" ; then
use_libnotify=yes
AC_DEFINE([HAVE_LIBNOTIFY], 1)
+ else
+ LIBNOTIFY_CFLAGS=
+ LIBNOTIFY_LIBS=
fi
fi
@@ -309,12 +312,13 @@ if test "x$build_gtk" = "xyes"; then
AS_HELP_STRING([--enable-libappindicator],[enable AppIndicator support]),,
[enable_libappindicator=yes])
use_libappindicator=no
- if test "x$enable_libappindicator" = "xyes" ; then
- if test "x$have_libappindicator" = "xyes"; then
+ if test "x$have_libappindicator" = "xyes"; then
+ if test "x$enable_libappindicator" = "xyes" ; then
use_libappindicator=yes
- AC_SUBST(LIBAPPINDICATOR_LIBS)
- AC_SUBST(LIBAPPINDICATOR_CFLAGS)
AC_DEFINE([HAVE_LIBAPPINDICATOR], 1)
+ else
+ LIBAPPINDICATOR_CFLAGS=
+ LIBAPPINDICATOR_LIBS=
fi
fi
@@ -325,10 +329,13 @@ if test "x$build_gtk" = "xyes"; then
AC_ARG_ENABLE([libcanberra],
AS_HELP_STRING([--enable-libcanberra],[enable sounds]),,
[enable_libcanberra=yes])
- if test "x$enable_libcanberra" = "xyes" ; then
- if test "x$have_libcanberra" = "xyes"; then
+ if test "x$have_libcanberra" = "xyes"; then
+ if test "x$enable_libcanberra" = "xyes" ; then
use_canberra=yes
AC_DEFINE([HAVE_LIBCANBERRA], 1)
+ else
+ LIBCANBERRA_CFLAGS=
+ LIBCANBERRA_LIBS=
fi
fi
@@ -339,10 +346,13 @@ if test "x$build_gtk" = "xyes"; then
AC_ARG_ENABLE([gconf2],
AS_HELP_STRING([--enable-libgconf],[enable GConf support]),,
[enable_libgconf=yes])
- if test "x$enable_libgconf" = "xyes" ; then
- if test "x$have_libgconf" = "xyes"; then
+ if test "x$have_libgconf" = "xyes"; then
+ if test "x$enable_libgconf" = "xyes" ; then
use_libgconf=yes
AC_DEFINE([HAVE_LIBGCONF], 1)
+ else
+ LIBGCONF_CFLAGS=
+ LIBGCONF_LIBS=
fi
fi

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-gui,v 1.22 2010/03/21 16:30:28 naddy Exp $
@comment $OpenBSD: PLIST-gui,v 1.23 2010/05/03 17:39:33 naddy Exp $
@bin bin/transmission
@man man/man1/transmission.1
share/applications/transmission.desktop
@ -123,6 +123,9 @@ 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/
share/locale/oc/LC_MESSAGES/
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
@ -142,6 +145,9 @@ share/locale/th/
share/locale/th/LC_MESSAGES/
share/locale/th/LC_MESSAGES/transmission.mo
share/locale/tr/LC_MESSAGES/transmission.mo
share/locale/ug/
share/locale/ug/LC_MESSAGES/
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