diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2009-03-30 13:09:49 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2009-03-30 13:09:49 +0000 |
commit | 2967ba7f1a7e8260b554a85f2416c9f9df3065d1 (patch) | |
tree | 2690ef48862b57361f83f34110843caa4b2e2d6c /devel/libbobcat | |
parent | 45faddc33be20e0d9414cfa7f4201c721f5323fd (diff) | |
download | ports-2967ba7f1a7e8260b554a85f2416c9f9df3065d1.tar.gz ports-2967ba7f1a7e8260b554a85f2416c9f9df3065d1.zip |
Notes
Diffstat (limited to 'devel/libbobcat')
-rw-r--r-- | devel/libbobcat/Makefile | 9 | ||||
-rw-r--r-- | devel/libbobcat/distinfo | 6 | ||||
-rw-r--r-- | devel/libbobcat/files/patch-INSTALL.im | 11 |
3 files changed, 8 insertions, 18 deletions
diff --git a/devel/libbobcat/Makefile b/devel/libbobcat/Makefile index 52f502a41974..017033bef919 100644 --- a/devel/libbobcat/Makefile +++ b/devel/libbobcat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libbobcat -PORTVERSION= 2.01.1 +PORTVERSION= 2.02.01 CATEGORIES= devel MASTER_SITES= SF/bobcat DISTNAME= bobcat_${PORTVERSION} @@ -57,13 +57,14 @@ post-patch: @${REINPLACE_CMD} -e 's|"/usr"|"${PREFIX}"| ; \ s|"/share/doc/libbobcat2"|"/share/doc/${PORTNAME}-${PORTVERSION}"| ; \ s|"/share/doc/libbobcat2-dev"|"/share/doc/${PORTNAME}-${PORTVERSION}/dev"| ; \ - s|"/share/man"|"/man"|' \ + s|"/share/man"|"/man"| ; \ + s|"-d"|"-Pp"| ; \ + s|#define MANHTML||' \ ${WRKSRC}/INSTALL.im @${REINPLACE_CMD} -e 's|#!/usr/bin/icmake|#!${LOCALBASE}/bin/icmake| ; \ s|"-Itmp -Wall -O3"|"-Itmp -I${LOCALBASE}/include -Wall ${CXXFLAGS}"|' \ ${WRKSRC}/build - @${REINPLACE_CMD} -e 's|"cp -d |"cp -Pp | ; \ - s|"cp -r |"cp -R |' \ + @${REINPLACE_CMD} -e 's|"cp -r |"cp -R |' \ ${WRKSRC}/icmake/install .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|#define DOCOTHER||' \ diff --git a/devel/libbobcat/distinfo b/devel/libbobcat/distinfo index a05358d6dbf8..7bc44e1d7a7f 100644 --- a/devel/libbobcat/distinfo +++ b/devel/libbobcat/distinfo @@ -1,3 +1,3 @@ -MD5 (bobcat_2.01.1.orig.tar.gz) = e9edb003fca6e9867367870d40d58d0c -SHA256 (bobcat_2.01.1.orig.tar.gz) = c9712717854cb6e98e07829b38e965f2a257c335ee1c12aae6113cb5ec4c7baa -SIZE (bobcat_2.01.1.orig.tar.gz) = 508633 +MD5 (bobcat_2.02.01.orig.tar.gz) = 75c47bc436d14731af06d57d50f3eabe +SHA256 (bobcat_2.02.01.orig.tar.gz) = 5245ee1d47a6c2a2e166b37cc0332b489c442863c0c5e7c27aabdd8970d1b774 +SIZE (bobcat_2.02.01.orig.tar.gz) = 509919 diff --git a/devel/libbobcat/files/patch-INSTALL.im b/devel/libbobcat/files/patch-INSTALL.im deleted file mode 100644 index 760d005cb134..000000000000 --- a/devel/libbobcat/files/patch-INSTALL.im +++ /dev/null @@ -1,11 +0,0 @@ ---- INSTALL.im.orig 2008-11-21 15:06:28.000000000 +0100 -+++ INSTALL.im 2009-03-04 20:15:22.000000000 +0100 -@@ -9,8 +9,6 @@ - // Install the headers, remove if not requested - #define MANPAGES - // Install the manpages, remove if not requested --#define MANHTML -- // Install the html-versions of the manpages, remove if not requested - #define DOCOTHER - // Install remaining docs (README, examples, etc), remove if not requested - |