diff options
author | danfe <danfe@FreeBSD.org> | 2009-03-19 21:49:35 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2009-03-19 21:49:35 +0800 |
commit | 0dad3e316d4cdbb3a97402780c8c221c6050a440 (patch) | |
tree | ff89fc495d8c57ab9d17e1115c3e7c9b460bc450 | |
parent | 1122f330e3e20c99831464701bb4f88db1337d6c (diff) | |
download | freebsd-ports-gnome-0dad3e316d4cdbb3a97402780c8c221c6050a440.tar.gz freebsd-ports-gnome-0dad3e316d4cdbb3a97402780c8c221c6050a440.tar.zst freebsd-ports-gnome-0dad3e316d4cdbb3a97402780c8c221c6050a440.zip |
- Update to version 1.0.3. Store distfile locally until Launchpad folks fix
their site to service files correctly
- Assume maintainership, cleanup Makefile
- Reflect project move to Launchpad in pkg-descr
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 11 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/pkg-descr | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index a223e633accd..0ab513aedbe5 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -1,17 +1,18 @@ -# New ports collection makefile for: linuxdcpp +# New ports collection makefile for: LinuxDC++ # Date created: 19 June 2005 -# Whom: Mezz <mezz@FreeBSD.org> +# Whom: Jeremy Messenger <mezz@FreeBSD.org> # # $FreeBSD$ # PORTNAME= linuxdcpp -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= net-p2p -MASTER_SITES= BERLIOS +MASTER_SITES= ${MASTER_SITE_LOCAL} http://freebsd.nsu.ru/distfiles/ +MASTER_SITE_SUBDIR= danfe MAINTAINER= ports@FreeBSD.org -COMMENT= A port of the win32 DC++ direct connect client to POSIX-like systems +COMMENT= A port of the DC++ direct connect client to POSIX-like systems USE_BZIP2= yes USE_GNOME= libglade2 diff --git a/net-p2p/linuxdcpp/distinfo b/net-p2p/linuxdcpp/distinfo index 9ebd6413a3c4..e427298e20c3 100644 --- a/net-p2p/linuxdcpp/distinfo +++ b/net-p2p/linuxdcpp/distinfo @@ -1,3 +1,3 @@ -MD5 (linuxdcpp-1.0.2.tar.bz2) = 905d572357cbdbc66c8d45fe394f80fc -SHA256 (linuxdcpp-1.0.2.tar.bz2) = 5ce59bca62e7402d41857f9ec5a3d1a0e4dcb54d7a04b5a1489bd2963c40f2ca -SIZE (linuxdcpp-1.0.2.tar.bz2) = 300484 +MD5 (linuxdcpp-1.0.3.tar.bz2) = a427b87fa576d8674640f0a7f6ad5e66 +SHA256 (linuxdcpp-1.0.3.tar.bz2) = 3b4eb6cf015f0fe8283508976b24dbb1cd4fb861116d4536f1055136c2442c71 +SIZE (linuxdcpp-1.0.3.tar.bz2) = 289891 diff --git a/net-p2p/linuxdcpp/pkg-descr b/net-p2p/linuxdcpp/pkg-descr index 1678c60ddb11..fd9425146e85 100644 --- a/net-p2p/linuxdcpp/pkg-descr +++ b/net-p2p/linuxdcpp/pkg-descr @@ -10,4 +10,4 @@ clients connect to a central hub where they can view a list of clients or users connected to them. Users can search for files and download them from other clients, as well as chat with other users. -WWW: http://linuxdcpp.berlios.de/ +WWW: http://launchpad.net/linuxdcpp |