diff options
author | markus <markus@FreeBSD.org> | 2006-02-02 23:25:08 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2006-02-02 23:25:08 +0800 |
commit | 66662de9b020d13e6c0086c23500b78edc2b480c (patch) | |
tree | 743da55fc400a3262191afe704f2264ab482aace /net-p2p/ktorrent2 | |
parent | 7ee96aa22e72550e7321f541d43403528a12b41c (diff) | |
download | freebsd-ports-gnome-66662de9b020d13e6c0086c23500b78edc2b480c.tar.gz freebsd-ports-gnome-66662de9b020d13e6c0086c23500b78edc2b480c.tar.zst freebsd-ports-gnome-66662de9b020d13e6c0086c23500b78edc2b480c.zip |
Update to version 1.2
Diffstat (limited to 'net-p2p/ktorrent2')
-rw-r--r-- | net-p2p/ktorrent2/Makefile | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent2/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/ktorrent2/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | net-p2p/ktorrent2/pkg-plist | 1 |
4 files changed, 17 insertions, 6 deletions
diff --git a/net-p2p/ktorrent2/Makefile b/net-p2p/ktorrent2/Makefile index 731f149fe225..a6dd80e23e99 100644 --- a/net-p2p/ktorrent2/Makefile +++ b/net-p2p/ktorrent2/Makefile @@ -6,10 +6,9 @@ # PORTNAME= ktorrent -PORTVERSION= 1.2.r2 +PORTVERSION= 1.2 CATEGORIES= net-p2p kde -MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION:S/.r/rc/}/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} +MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION}/ MAINTAINER= markus@FreeBSD.org COMMENT= BitTorrent client for KDE diff --git a/net-p2p/ktorrent2/distinfo b/net-p2p/ktorrent2/distinfo index 0f3ca6951c69..8cdb56432b8c 100644 --- a/net-p2p/ktorrent2/distinfo +++ b/net-p2p/ktorrent2/distinfo @@ -1,3 +1,3 @@ -MD5 (ktorrent-1.2rc2.tar.gz) = 7a88acbcdeea5e9ed18166b4af33c5a8 -SHA256 (ktorrent-1.2rc2.tar.gz) = 7fac726949c40b27f25027297ce6e97946147cb2c3e22919254dab03222d787d -SIZE (ktorrent-1.2rc2.tar.gz) = 1370776 +MD5 (ktorrent-1.2.tar.gz) = 55c6c4ae679aea0ba0370058856ddb92 +SHA256 (ktorrent-1.2.tar.gz) = e2324f49da0a408750676ba18bb48ac76c57869f0e69cd4b8060198caa790373 +SIZE (ktorrent-1.2.tar.gz) = 1447380 diff --git a/net-p2p/ktorrent2/files/patch-Makefile.in b/net-p2p/ktorrent2/files/patch-Makefile.in new file mode 100644 index 000000000000..1b03611212c3 --- /dev/null +++ b/net-p2p/ktorrent2/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Feb 2 14:27:14 2006 ++++ Makefile.in Thu Feb 2 14:27:26 2006 +@@ -257,7 +257,7 @@ + xdg_appsdir = @xdg_appsdir@ + xdg_directorydir = @xdg_directorydir@ + xdg_menudir = @xdg_menudir@ +-SUBDIRS = libktorrent apps plugins ++SUBDIRS = libktorrent apps plugins translations + EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/net-p2p/ktorrent2/pkg-plist b/net-p2p/ktorrent2/pkg-plist index 022059df4460..844566283b2c 100644 --- a/net-p2p/ktorrent2/pkg-plist +++ b/net-p2p/ktorrent2/pkg-plist @@ -60,6 +60,7 @@ share/locale/es/LC_MESSAGES/ktorrent.mo share/locale/et/LC_MESSAGES/ktorrent.mo share/locale/fr/LC_MESSAGES/ktorrent.mo share/locale/ga/LC_MESSAGES/ktorrent.mo +share/locale/hu/LC_MESSAGES/ktorrent.mo share/locale/it/LC_MESSAGES/ktorrent.mo share/locale/lt/LC_MESSAGES/ktorrent.mo share/locale/nl/LC_MESSAGES/ktorrent.mo |