diff options
author | tota <tota@FreeBSD.org> | 2010-01-05 23:34:27 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2010-01-05 23:34:27 +0800 |
commit | a4ffaa4be2c5ec67f9f4e48b7ef3822f38309bf9 (patch) | |
tree | b6668ae4a1281e6e06075adddf3228d87374ef08 | |
parent | dc761fedb014f69f8101ddc0d28cb75cd387933e (diff) | |
download | freebsd-ports-gnome-a4ffaa4be2c5ec67f9f4e48b7ef3822f38309bf9.tar.gz freebsd-ports-gnome-a4ffaa4be2c5ec67f9f4e48b7ef3822f38309bf9.tar.zst freebsd-ports-gnome-a4ffaa4be2c5ec67f9f4e48b7ef3822f38309bf9.zip |
- Update to 2.0.58
Approved by: maho (mentor)
-rw-r--r-- | devel/silentbob/Makefile | 20 | ||||
-rw-r--r-- | devel/silentbob/distinfo | 6 | ||||
-rw-r--r-- | devel/silentbob/pkg-plist | 18 |
3 files changed, 8 insertions, 36 deletions
diff --git a/devel/silentbob/Makefile b/devel/silentbob/Makefile index 8c56862d64b3..eb21e408c433 100644 --- a/devel/silentbob/Makefile +++ b/devel/silentbob/Makefile @@ -6,37 +6,27 @@ # PORTNAME= silentbob -PORTVERSION= 1.7.6 +PORTVERSION= 2.0.58 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${PORTNAME}-${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Yet another sourcecode indexing tool USE_CMAKE= yes -USE_LDCONFIG= yes PORTDOCS= * -MAN1= silent_bob.1 +PLIST_FILES= bin/bob post-patch: @${REINPLACE_CMD} -e 's|/usr/lib/silent_bob/|${PREFIX}/lib/silent_bob/|' \ ${WRKSRC}/src/init.cxx -pre-configure: - ${CP} ${WRKSRC}/CMakeLists_bsd.txt ${WRKSRC}/CMakeLists.txt - post-install: - ${INSTALL_MAN} ${WRKSRC}/silent_bob.1 ${MANPREFIX}/man/man1 - @${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} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/devel/silentbob/distinfo b/devel/silentbob/distinfo index 8989afb94264..ec48c73899c5 100644 --- a/devel/silentbob/distinfo +++ b/devel/silentbob/distinfo @@ -1,3 +1,3 @@ -MD5 (silentbob-1.7.6.tar.gz) = b11aa064df0150a3461ab49ae0b40bc7 -SHA256 (silentbob-1.7.6.tar.gz) = 0e79daca1938b5601df660a659be73c335c5ff1c5d2f6d2a856d097befdab00b -SIZE (silentbob-1.7.6.tar.gz) = 77611 +MD5 (silentbob-2.0.58.tar.gz) = d6d0a7d4feb26dc2839cc26aac2ec58c +SHA256 (silentbob-2.0.58.tar.gz) = bcfec0f58dfecc894f7c51aa5cf0ba03fd679c79276130f72390bd055d7d9af6 +SIZE (silentbob-2.0.58.tar.gz) = 63461 diff --git a/devel/silentbob/pkg-plist b/devel/silentbob/pkg-plist deleted file mode 100644 index 8482ac7f073a..000000000000 --- a/devel/silentbob/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -bin/bob -bin/bob_perl -bin/bob_python -bin/bob_ruby -bin/gc_indent -bin/silent_bob -bin/tags -bin/the_tt -lib/libsblib.so -lib/silent_bob/libplugin_editor.so -lib/silent_bob/libplugin_grep.so -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 |