aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/nicotine-plus
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-03-24 14:56:39 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-03-24 14:56:39 +0000
commitb5e5b5fcf4192f30ba46ce6f53ebb2801190ab0c (patch)
tree7076f0655e2532b0e04be96df7d913494a91a1ed /net-p2p/nicotine-plus
parent9caf55111915550d6d637106fc338e117d7c53bb (diff)
downloadports-b5e5b5fcf4192f30ba46ce6f53ebb2801190ab0c.tar.gz
ports-b5e5b5fcf4192f30ba46ce6f53ebb2801190ab0c.zip
Notes
Diffstat (limited to 'net-p2p/nicotine-plus')
-rw-r--r--net-p2p/nicotine-plus/Makefile3
-rw-r--r--net-p2p/nicotine-plus/distinfo6
-rw-r--r--net-p2p/nicotine-plus/files/patch-setup.py12
-rw-r--r--net-p2p/nicotine-plus/pkg-plist3
4 files changed, 17 insertions, 7 deletions
diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile
index 54a36d40723b..1865c1ee42d4 100644
--- a/net-p2p/nicotine-plus/Makefile
+++ b/net-p2p/nicotine-plus/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= plus
-PORTVERSION= 1.2.6
+PORTVERSION= 1.2.7.1
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
@@ -28,6 +28,7 @@ USE_GETTEXT= yes
DOCSDIR= share/doc/${PKGNAMEPREFIX:S/-//}
DATADIR= share/${PKGNAMEPREFIX:S/-//}
+MAN1= nicotine-import-winconfig.1 nicotine.1
OPTIONS= GEOIP "Enable the GeoIP based country code blocker" off \
PSYCO "Enable Psyco, the optimizing Python compiler" on \
diff --git a/net-p2p/nicotine-plus/distinfo b/net-p2p/nicotine-plus/distinfo
index 34c98faa955c..553306760472 100644
--- a/net-p2p/nicotine-plus/distinfo
+++ b/net-p2p/nicotine-plus/distinfo
@@ -1,3 +1,3 @@
-MD5 (nicotine+-1.2.6.tar.bz2) = 845b071c235a1ae7b19699275818ecc4
-SHA256 (nicotine+-1.2.6.tar.bz2) = de390a7ac759dbff766f9fb668610a1bdaf6b8fe46c7982790bee6e0fd766654
-SIZE (nicotine+-1.2.6.tar.bz2) = 611707
+MD5 (nicotine+-1.2.7.1.tar.bz2) = 42c4f1d4cea8e738dad59505a1eaeb9e
+SHA256 (nicotine+-1.2.7.1.tar.bz2) = 2c128dc7b09d5b7b07146e18784120b64c14510b7abfb8d087fc78081cb9a4cf
+SIZE (nicotine+-1.2.7.1.tar.bz2) = 746571
diff --git a/net-p2p/nicotine-plus/files/patch-setup.py b/net-p2p/nicotine-plus/files/patch-setup.py
index c065957a2182..cf0c64e235ab 100644
--- a/net-p2p/nicotine-plus/files/patch-setup.py
+++ b/net-p2p/nicotine-plus/files/patch-setup.py
@@ -1,11 +1,17 @@
---- setup.py.orig Tue Jan 16 10:27:25 2007
-+++ setup.py Tue Jan 16 10:28:04 2007
-@@ -27,7 +27,7 @@
+--- setup.py Sat Mar 24 07:31:17 2007
++++ setup.py Sat Mar 24 07:33:11 2007
+@@ -27,12 +27,12 @@
files.append((os.path.join(sys.prefix, "share", "nicotine", "sounds", theme), [os.path.join(sounds, file)]))
doc_files = glob.glob(os.path.join("doc", "*"))
for file in doc_files:
- files.append((os.path.join(sys.prefix, "share", "nicotine", "documentation"), [file]))
+ files.append((os.path.join(sys.prefix, "share", "doc", "nicotine"), [file]))
files.append((os.path.join(sys.prefix, "share", "applications"), ["files/nicotine.desktop"]))
+ # Manuals
+ manpages = glob.glob(os.path.join("manpages", "*.1"))
+ for man in manpages:
+- files.append((os.path.join(sys.prefix, "share", "man", "man1"), [man]))
++ files.append((os.path.join(sys.prefix, "man", "man1"), [man]))
files.append((os.path.join(sys.prefix, "share", "pixmaps"), ["files/nicotine-plus-32px.png"]))
if sys.platform.startswith("win"):
+ try:
diff --git a/net-p2p/nicotine-plus/pkg-plist b/net-p2p/nicotine-plus/pkg-plist
index 64cacadd035c..f21745b9dba6 100644
--- a/net-p2p/nicotine-plus/pkg-plist
+++ b/net-p2p/nicotine-plus/pkg-plist
@@ -111,12 +111,14 @@ bin/nicotine-import-winconfig
share/locale/de/LC_MESSAGES/nicotine.mo
share/locale/dk/LC_MESSAGES/nicotine.mo
share/locale/es/LC_MESSAGES/nicotine.mo
+share/locale/eu/LC_MESSAGES/nicotine.mo
share/locale/fr/LC_MESSAGES/nicotine.mo
share/locale/hu/LC_MESSAGES/nicotine.mo
share/locale/it/LC_MESSAGES/nicotine.mo
share/locale/nl/LC_MESSAGES/nicotine.mo
share/locale/pt_BR/LC_MESSAGES/nicotine.mo
share/locale/sv/LC_MESSAGES/nicotine.mo
+share/locale/lt/LC_MESSAGES/nicotine.mo
share/locale/pl/LC_MESSAGES/nicotine.mo
share/locale/sk/LC_MESSAGES/nicotine.mo
share/locale/fi/LC_MESSAGES/nicotine.mo
@@ -128,6 +130,7 @@ share/locale/fi/LC_MESSAGES/nicotine.mo
%%DATADIR%%/sounds/cough/room_nick.ogg
%%DATADIR%%/sounds/cough/details.txt
%%DATADIR%%/sounds/cough/license.txt
+%%PORTDOCS%%%%DOCSDIR%%/BUILD_win32.txt
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG_DOCS
%%PORTDOCS%%%%DOCSDIR%%/TRANSLATIONS
%%PORTDOCS%%%%DOCSDIR%%/README.trayicon