Upgrade to 0.4.9.

Changelog at <https://raw.github.com/neubot/neubot/0.4.9/ChangeLog>.
This commit is contained in:
Thierry Thomas 2012-03-03 14:06:50 +00:00
parent 9718d17298
commit d46ac7e493
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292582
4 changed files with 14 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= neubot
PORTVERSION= 0.4.8
PORTVERSION= 0.4.9
CATEGORIES= net
MASTER_SITES= http://releases.neubot.org/_packages/

View File

@ -1,2 +1,2 @@
SHA256 (neubot-0.4.8.tar.gz) = 2f2ed79acb95e76d8af0b263ceaba08251b42ff0238e39a5ec4856681a705a9c
SIZE (neubot-0.4.8.tar.gz) = 616436
SHA256 (neubot-0.4.9.tar.gz) = 4b974da15a08ccd2bdb242cdbd8237fc4e0d69f7f9480c9c4306609b68e46c5b
SIZE (neubot-0.4.9.tar.gz) = 644408

View File

@ -1,6 +1,6 @@
--- Makefile.orig 2012-01-23 15:46:31.000000000 +0100
+++ Makefile 2012-01-28 14:53:37.000000000 +0100
@@ -125,7 +125,7 @@
--- Makefile.orig 2012-02-27 14:03:46.000000000 +0100
+++ Makefile 2012-03-03 14:50:51.000000000 +0100
@@ -133,7 +133,7 @@
# [2] http://bit.ly/ayYyAR (debian.org)
#
DESTDIR =
@ -9,12 +9,3 @@
LOCALSTATEDIR = /var/neubot
PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
@@ -150,7 +150,7 @@
$(INSTALL) -d $(DESTDIR)$(MANDIR)/$$DIR; \
test $$? || exit 1; \
done
- for FILE in `cd UNIX/man && find . -type f`; do \
+ for FILE in `cd UNIX/man && find . -type f -a ! -name "*.gz"`; do \
gzip -9c UNIX/man/$$FILE > UNIX/man/$$FILE.gz; \
test $$? || exit 1; \
$(INSTALL) -m644 UNIX/man/$$FILE.gz $(DESTDIR)$(MANDIR)/$$FILE.gz; \

View File

@ -38,6 +38,12 @@ share/icons/hicolor/scalable/apps/neubot.svg
%%DATADIR%%/bittorrent/server.pyc
%%DATADIR%%/bittorrent/stream.py
%%DATADIR%%/bittorrent/stream.pyc
%%DATADIR%%/browser.py
%%DATADIR%%/browser.pyc
%%DATADIR%%/browser_nt.py
%%DATADIR%%/browser_nt.pyc
%%DATADIR%%/browser_null.py
%%DATADIR%%/browser_null.pyc
%%DATADIR%%/compat.py
%%DATADIR%%/compat.pyc
%%DATADIR%%/config.py
@ -122,6 +128,8 @@ share/icons/hicolor/scalable/apps/neubot.svg
%%DATADIR%%/notifier/macos.pyc
%%DATADIR%%/notifier/unix.py
%%DATADIR%%/notifier/unix.pyc
%%DATADIR%%/notifier_browser.py
%%DATADIR%%/notifier_browser.pyc
%%DATADIR%%/notify.py
%%DATADIR%%/notify.pyc
%%DATADIR%%/privacy.py