diff options
author | tota <tota@FreeBSD.org> | 2009-06-14 17:26:24 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2009-06-14 17:26:24 +0800 |
commit | 3420bf31c87be41264d7077f6b32c2f616e974eb (patch) | |
tree | 46a677b4e748558216b848f96b28b9f0359e8a87 /devel | |
parent | ac10c4b5decb8c05bc15a6c88b13c0dc42410f1e (diff) | |
download | freebsd-ports-gnome-3420bf31c87be41264d7077f6b32c2f616e974eb.tar.gz freebsd-ports-gnome-3420bf31c87be41264d7077f6b32c2f616e974eb.tar.zst freebsd-ports-gnome-3420bf31c87be41264d7077f6b32c2f616e974eb.zip |
- Update to 1.7.6
- Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org
Approved by: maho (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/silentbob/Makefile | 13 | ||||
-rw-r--r-- | devel/silentbob/distinfo | 6 | ||||
-rw-r--r-- | devel/silentbob/files/patch-Sblib.cxx | 8 | ||||
-rw-r--r-- | devel/silentbob/files/patch-inline.h | 11 | ||||
-rw-r--r-- | devel/silentbob/pkg-plist | 1 |
5 files changed, 13 insertions, 26 deletions
diff --git a/devel/silentbob/Makefile b/devel/silentbob/Makefile index e79935d0a89d..f4ae4a1ca4ed 100644 --- a/devel/silentbob/Makefile +++ b/devel/silentbob/Makefile @@ -6,12 +6,11 @@ # PORTNAME= silentbob -PORTVERSION= 1.7.3 -PORTREVISION= 1 +PORTVERSION= 1.7.6 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= tota@rtfm.jp +MAINTAINER= tota@FreeBSD.org COMMENT= Yet another sourcecode indexing tool USE_CMAKE= yes @@ -29,15 +28,13 @@ pre-configure: post-install: ${INSTALL_MAN} ${WRKSRC}/silent_bob.1 ${MANPREFIX}/man/man1 - ${MKDIR} ${PREFIX}/lib/silent_bob -.for f in editor grep perl perlpackages python ruby ruby_newclass - ${INSTALL_PROGRAM} ${WRKSRC}/libplugin_${f}.so ${PREFIX}/lib/silent_bob -.endfor + @${MKDIR} ${PREFIX}/lib/silent_bob + ${INSTALL_PROGRAM} ${WRKSRC}/libplugin_*.so ${PREFIX}/lib/silent_bob .for l in bob tags the_tt gc_indent bob_perl bob_python bob_ruby ${LN} -s silent_bob ${PREFIX}/bin/${l} .endfor .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif diff --git a/devel/silentbob/distinfo b/devel/silentbob/distinfo index 76c6f0c71982..8989afb94264 100644 --- a/devel/silentbob/distinfo +++ b/devel/silentbob/distinfo @@ -1,3 +1,3 @@ -MD5 (silentbob-1.7.3.tar.gz) = ae948ca0fd2e5a03093e88110a8ef923 -SHA256 (silentbob-1.7.3.tar.gz) = ef2a3fe08bf1c716c86400812d5f04816b2bcfd0afc6f250e753a1b5b614bfb1 -SIZE (silentbob-1.7.3.tar.gz) = 80357 +MD5 (silentbob-1.7.6.tar.gz) = b11aa064df0150a3461ab49ae0b40bc7 +SHA256 (silentbob-1.7.6.tar.gz) = 0e79daca1938b5601df660a659be73c335c5ff1c5d2f6d2a856d097befdab00b +SIZE (silentbob-1.7.6.tar.gz) = 77611 diff --git a/devel/silentbob/files/patch-Sblib.cxx b/devel/silentbob/files/patch-Sblib.cxx index 0a6b8ff38158..e8ac3c279371 100644 --- a/devel/silentbob/files/patch-Sblib.cxx +++ b/devel/silentbob/files/patch-Sblib.cxx @@ -1,10 +1,10 @@ ---- sblib/Sblib.cxx.orig 2008-09-18 12:45:29.000000000 +0900 -+++ sblib/Sblib.cxx 2008-11-13 15:53:16.000000000 +0900 -@@ -346,7 +346,7 @@ +--- sblib/Sblib.cxx.orig 2009-04-04 17:46:58.000000000 +0900 ++++ sblib/Sblib.cxx 2009-06-13 02:15:32.000000000 +0900 +@@ -363,7 +363,7 @@ lseek (fd, 0, SEEK_END); dup2 (devnull, 2); dup2 (fd, 1); -- execlp ("find", path, "-name", name, NULL); +- execlp ("find", "find", "-name", name, NULL); + execlp ("find", "find", path, "-name", name, NULL); } else if (pid > 0) { waitpid (pid, &status, 0); diff --git a/devel/silentbob/files/patch-inline.h b/devel/silentbob/files/patch-inline.h deleted file mode 100644 index bf569574f25a..000000000000 --- a/devel/silentbob/files/patch-inline.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/inline.h.orig 2008-08-28 18:31:51.000000000 +0900 -+++ include/inline.h 2008-11-13 15:53:51.000000000 +0900 -@@ -109,7 +109,7 @@ - return count; - } - --#define find_one_ext(ext) sblib_find ((char *) "./", (char *) ext, ENV->tmp_files) -+#define find_one_ext(ext) sblib_find ((char *) ".", (char *) ext, ENV->tmp_files) - - #endif - diff --git a/devel/silentbob/pkg-plist b/devel/silentbob/pkg-plist index 55b1393f863d..8482ac7f073a 100644 --- a/devel/silentbob/pkg-plist +++ b/devel/silentbob/pkg-plist @@ -13,5 +13,6 @@ lib/silent_bob/libplugin_perl.so lib/silent_bob/libplugin_perlpackages.so lib/silent_bob/libplugin_python.so lib/silent_bob/libplugin_ruby.so +lib/silent_bob/libplugin_ruby_kinds.so lib/silent_bob/libplugin_ruby_newclass.so @dirrm lib/silent_bob |