- Update to 2.42
- Use --with(out)-gtk instead of enable -- option has changed Feature safe: yes
This commit is contained in:
parent
7e64e23ea3
commit
ee82353303
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287179
6 changed files with 9 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= transmission
|
||||
PORTVERSION= 2.41
|
||||
PORTVERSION= 2.42
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= net-p2p
|
||||
#MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ \
|
||||
|
@ -37,8 +37,7 @@ CONFIGURE_ARGS=--with-zlib=/usr \
|
|||
${EXTRA_CONF_ARGS}
|
||||
EXTRA_CONF_ARGS?=--enable-cli \
|
||||
--disable-daemon \
|
||||
--disable-gtk \
|
||||
--disable-libnotify \
|
||||
--without-gtk \
|
||||
--disable-mac \
|
||||
--disable-nls
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (transmission-2.41.tar.xz) = f31bf798f620b436b2f5ed7047fa27fab78ce4b229d6d02f8c71f9867277685a
|
||||
SIZE (transmission-2.41.tar.xz) = 2623344
|
||||
SHA256 (transmission-2.42.tar.xz) = ca94d8de5338178c2210e86e31aa522f559cac87da33a85199fbd81b7e8b04eb
|
||||
SIZE (transmission-2.42.tar.xz) = 2629072
|
||||
|
|
|
@ -23,8 +23,7 @@ USE_RC_SUBR= transmission
|
|||
|
||||
EXTRA_CONF_ARGS=--disable-cli \
|
||||
--enable-daemon \
|
||||
--disable-gtk \
|
||||
--disable-libnotify \
|
||||
--without-gtk \
|
||||
--disable-mac \
|
||||
--disable-nls
|
||||
|
||||
|
|
|
@ -27,8 +27,8 @@ INSTALLS_ICONS= yes
|
|||
|
||||
EXTRA_CONF_ARGS=--disable-cli \
|
||||
--disable-daemon \
|
||||
--enable-gtk \
|
||||
--enable-libnotify \
|
||||
--with-gtk \
|
||||
--enable-inotify \
|
||||
--disable-mac \
|
||||
--enable-nls
|
||||
|
||||
|
|
|
@ -26,8 +26,7 @@ USE_GNOME= desktopfileutils
|
|||
|
||||
EXTRA_CONF_ARGS=--disable-cli \
|
||||
--disable-daemon \
|
||||
--disable-gtk \
|
||||
--disable-libnotify \
|
||||
--without-gtk \
|
||||
--disable-mac \
|
||||
--disable-nls
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= transmission
|
||||
PORTVERSION= 2.41
|
||||
PORTVERSION= 2.42
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
|
|
Loading…
Reference in a new issue