- Update to 1.4.2
- Also patch "#! /bin/bash" lines
This commit is contained in:
parent
62b8b517ca
commit
c61ede82e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281684
4 changed files with 7 additions and 11 deletions
|
@ -5,9 +5,9 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ros-documentation
|
PORTNAME= ros-documentation
|
||||||
PORTVERSION= 1.4.1
|
PORTVERSION= 1.4.2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://code.ros.org/svn/release/download/stacks/documentation/documentation-${PORTVERSION}/
|
MASTER_SITES= https://code.ros.org/svn/release/download/stacks/${STACKNAME}/${STACKNAME}-${PORTVERSION}/
|
||||||
DISTNAME= documentation-${PORTVERSION}
|
DISTNAME= documentation-${PORTVERSION}
|
||||||
DIST_SUBDIR= ros
|
DIST_SUBDIR= ros
|
||||||
|
|
||||||
|
@ -42,6 +42,8 @@ MAKE_ARGS= -i --no-rosdep --status-rate=0 --disable-logging
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
# fix path to bash
|
# fix path to bash
|
||||||
|
${GREP} -l -r "^#\! /bin/bash" ${WRKSRC} | ${XARGS} \
|
||||||
|
${REINPLACE_CMD} -E -e "s|#! /bin/bash|#!${LOCALBASE}/bin/bash|"
|
||||||
${GREP} -l -r "^#\!/bin/bash" ${WRKSRC} | ${XARGS} \
|
${GREP} -l -r "^#\!/bin/bash" ${WRKSRC} | ${XARGS} \
|
||||||
${REINPLACE_CMD} -E -e "s|#!/bin/bash|#!${LOCALBASE}/bin/bash|"
|
${REINPLACE_CMD} -E -e "s|#!/bin/bash|#!${LOCALBASE}/bin/bash|"
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (ros/documentation-1.4.1.tar.bz2) = eb6f756c43084a6ba56820c35d1f7714112ca885b2b403d7f92cf23300223e46
|
SHA256 (ros/documentation-1.4.2.tar.bz2) = f88bb6f984bb82fc5593b4cf256fc0826202ac33021f98340564a48d4ab8f538
|
||||||
SIZE (ros/documentation-1.4.1.tar.bz2) = 23923
|
SIZE (ros/documentation-1.4.2.tar.bz2) = 24250
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
--- ./rosdep.yaml.orig 2011-02-15 21:21:47.000000000 +0100
|
|
||||||
+++ ./rosdep.yaml 2011-03-19 23:21:12.000000000 +0100
|
|
||||||
@@ -18,3 +18,4 @@
|
|
||||||
ubuntu: python-sphinx
|
|
||||||
macports: py26-sphinx
|
|
||||||
debian: python-sphinx
|
|
||||||
+ freebsd: py27-sphinx
|
|
|
@ -52,6 +52,7 @@ ros/stacks/documentation/rosdoc/templates/license-index.html
|
||||||
ros/stacks/documentation/rosdoc/templates/mainpage.dox.template
|
ros/stacks/documentation/rosdoc/templates/mainpage.dox.template
|
||||||
ros/stacks/documentation/rosdoc/templates/manifest.html
|
ros/stacks/documentation/rosdoc/templates/manifest.html
|
||||||
ros/stacks/documentation/rosdoc/templates/msg-index.template
|
ros/stacks/documentation/rosdoc/templates/msg-index.template
|
||||||
|
ros/stacks/documentation/rosdoc/templates/msg-styles.css
|
||||||
ros/stacks/documentation/rosdoc/templates/msg.template
|
ros/stacks/documentation/rosdoc/templates/msg.template
|
||||||
ros/stacks/documentation/rosdoc/templates/styles.css
|
ros/stacks/documentation/rosdoc/templates/styles.css
|
||||||
ros/stacks/documentation/rosdoc/templates/wiki-header.html
|
ros/stacks/documentation/rosdoc/templates/wiki-header.html
|
||||||
|
|
Loading…
Reference in a new issue