diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-01 04:45:36 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-01 04:45:36 +0000 |
commit | 00b93f2f031bcb13966146d069cac95404ce6fc5 (patch) | |
tree | 6ca82448c81cfcba093cfa737471885e8156940c | |
parent | dc694994cd2494c96d556c089a4418b03da5d5eb (diff) | |
download | FreeBSD-ports-00b93f2f031bcb13966146d069cac95404ce6fc5.zip FreeBSD-ports-00b93f2f031bcb13966146d069cac95404ce6fc5.tar.gz |
Update to 0.9.2
-rw-r--r-- | net/nos-ttb/Makefile | 17 | ||||
-rw-r--r-- | net/nos-ttb/distinfo | 4 | ||||
-rw-r--r-- | net/nos-ttb/files/patch-src__ttb | 11 | ||||
-rw-r--r-- | net/nos-ttb/pkg-plist | 4 |
4 files changed, 23 insertions, 13 deletions
diff --git a/net/nos-ttb/Makefile b/net/nos-ttb/Makefile index 10af224..0422d10 100644 --- a/net/nos-ttb/Makefile +++ b/net/nos-ttb/Makefile @@ -7,26 +7,21 @@ # PORTNAME= nos-ttb -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= net MASTER_SITES= http://www.djcbsoftware.nl/code/ttb/ -DISTNAME= ttb -EXTRACT_SUFX= +DISTNAME= ttb-${PORTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= NOS teletekst browser -NO_WRKSUBDIR= yes NO_BUILD= yes USE_PYTHON= yes -PLIST_FILES= bin/ttb - -do-extract: - ${MKDIR} ${WRKSRC} - ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} - do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/ttb + ${INSTALL_SCRIPT} ${WRKSRC}/src/ttb ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/glade/ttb.glade ${PREFIX}/share/ttb + ${INSTALL_DATA} ${WRKSRC}/images/ttb.png ${PREFIX}/share/ttb .include <bsd.port.mk> diff --git a/net/nos-ttb/distinfo b/net/nos-ttb/distinfo index 4721595..ec0c2eb 100644 --- a/net/nos-ttb/distinfo +++ b/net/nos-ttb/distinfo @@ -1,2 +1,2 @@ -MD5 (ttb) = 106fc1be59569c1c786c798371b28ee8 -SIZE (ttb) = 35439 +MD5 (ttb-0.9.2.tar.gz) = fda4c25a41cac90df0aef591d8e5b66a +SIZE (ttb-0.9.2.tar.gz) = 18556 diff --git a/net/nos-ttb/files/patch-src__ttb b/net/nos-ttb/files/patch-src__ttb new file mode 100644 index 0000000..f2db98a --- /dev/null +++ b/net/nos-ttb/files/patch-src__ttb @@ -0,0 +1,11 @@ +--- src/ttb.orig Sat Oct 1 14:39:20 2005 ++++ src/ttb Sat Oct 1 14:39:31 2005 +@@ -781,7 +781,7 @@ + page = [int(argv[1]),int(argv[2])] + + glade = get_data_file ('ttb/ttb.glade') +- icon = get_data_file ('pixmaps/ttb.png') ++ icon = get_data_file ('ttb/ttb.png') + + TTB(glade, icon, page) + return 0 diff --git a/net/nos-ttb/pkg-plist b/net/nos-ttb/pkg-plist new file mode 100644 index 0000000..569e1a8 --- /dev/null +++ b/net/nos-ttb/pkg-plist @@ -0,0 +1,4 @@ +bin/ttb +share/ttb/ttb.glade +share/ttb/ttb.png +@dirrm share/ttb |