FreeBSD Bugzilla – Attachment 87610 Details for
Bug 124219
[MAINTAINER] deskutils/thinkingrock: update to 2.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
thinkingrock.patch
thinkingrock.patch (text/plain), 4.43 KB, created by
Beat Gaetzi
on 2008-06-02 21:20:00 UTC
(
hide
)
Description:
thinkingrock.patch
Filename:
MIME Type:
Creator:
Beat Gaetzi
Created:
2008-06-02 21:20:00 UTC
Size:
4.43 KB
patch
obsolete
>diff -Naur thinkingrock.orig/Makefile thinkingrock/Makefile >--- thinkingrock.orig/Makefile 2008-01-12 17:13:58.000000000 +0100 >+++ thinkingrock/Makefile 2008-06-02 21:53:04.000000000 +0200 >@@ -6,15 +6,14 @@ > # > > PORTNAME= thinkingrock >-PORTVERSION= 2.0 >+PORTVERSION= 2.0.1 > CATEGORIES= deskutils java > MASTER_SITES= SF >-DISTNAME= tr-${PORTVERSION}.epsilon >+DISTNAME= tr-${PORTVERSION} > > MAINTAINER= beat@chruetertee.ch > COMMENT= Application for collecting and processing your thoughts > >-USE_ZIP= yes > USE_JAVA= yes > JAVA_VERSION= 1.5+ > NO_BUILD= yes >@@ -22,18 +21,21 @@ > .include <bsd.port.pre.mk> > > post-patch: >- @${RM} ${WRKSRC}/bin/thinkingrock.exe >- @${RM} ${WRKSRC}/bin/thinkingrock_w.exe >- @${RM} ${WRKSRC}/bin/thinkingrock.orig >- @${RM} ${WRKSRC}/bin/xdg-email.orig >- @${RM} ${WRKSRC}/bin/xdg-open.orig >+ @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/bin/tr >+ @${RM} ${WRKSRC}/install.html~ >+ @${RM} ${WRKSRC}/bin/tr.bak >+ @${RM} ${WRKSRC}/bin/tr.orig > > do-install: > @${MKDIR} ${PREFIX}/${PORTNAME} > @${CP} -r ${WRKSRC}/* ${PREFIX}/${PORTNAME} > @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${PORTNAME} >- @${LN} -sf ${PREFIX}/${PORTNAME}/bin/${PORTNAME} ${PREFIX}/bin/${PORTNAME} >+ @${LN} -sf ${PREFIX}/${PORTNAME}/bin/tr ${PREFIX}/bin/${PORTNAME} >+ @${LN} -sf ${PREFIX}/${PORTNAME}/bin/xdg-email ${PREFIX}/bin/xdg-email >+ @${LN} -sf ${PREFIX}/${PORTNAME}/bin/xdg-open ${PREFIX}/bin/xdg-open > @${ECHO} bin/${PORTNAME} >> ${TMPPLIST} >+ @${ECHO} bin/xdg-email >> ${TMPPLIST} >+ @${ECHO} bin/xdg-open >> ${TMPPLIST} > @(cd ${WRKSRC}; ${FIND} . ! -type d) | ${SORT} | ${SED} "s|^.|${PORTNAME}|" >> ${TMPPLIST} > @(cd ${WRKSRC}; ${FIND} . -type d) | ${SORT} -r | ${SED} "s|^.|@dirrm ${PORTNAME}|" >> ${TMPPLIST} > @(cd ${WRKSRC}; ${FIND} . -type d -empty) | ${SORT} -r | ${SED} "s|^.|@exec mkdir -p ${PORTNAME}|" >> ${TMPPLIST} >diff -Naur thinkingrock.orig/distinfo thinkingrock/distinfo >--- thinkingrock.orig/distinfo 2008-01-12 17:13:58.000000000 +0100 >+++ thinkingrock/distinfo 2008-06-01 23:43:02.000000000 +0200 >@@ -1,3 +1,3 @@ >-MD5 (tr-2.0.epsilon.zip) = 404cd094a4f905366f79b54faef568a7 >-SHA256 (tr-2.0.epsilon.zip) = 3c8ddf37c0b8d840f078c12ecca441565a43377f21126317e64013c21d60486d >-SIZE (tr-2.0.epsilon.zip) = 17160643 >+MD5 (tr-2.0.1.tar.gz) = 31f5472a8d5b7bb77aac12127d21a9b6 >+SHA256 (tr-2.0.1.tar.gz) = c71b9498fe1971eba1643a7f3fdd7259675fe5f18bd03628811c983f5e19a565 >+SIZE (tr-2.0.1.tar.gz) = 26135271 >diff -Naur thinkingrock.orig/files/patch-bin_thinkingrock thinkingrock/files/patch-bin_thinkingrock >--- thinkingrock.orig/files/patch-bin_thinkingrock 2008-01-12 17:13:58.000000000 +0100 >+++ thinkingrock/files/patch-bin_thinkingrock 1970-01-01 01:00:00.000000000 +0100 >@@ -1,8 +0,0 @@ >---- bin/thinkingrock.orig Wed Jan 2 12:29:07 2008 >-+++ bin/thinkingrock Wed Jan 2 12:29:15 2008 >-@@ -1,4 +1,4 @@ >--#!/bin/bash >-+#!/bin/sh >- >- # >- # resolve symlinks >diff -Naur thinkingrock.orig/files/patch-bin_tr thinkingrock/files/patch-bin_tr >--- thinkingrock.orig/files/patch-bin_tr 1970-01-01 01:00:00.000000000 +0100 >+++ thinkingrock/files/patch-bin_tr 2008-06-02 22:01:34.000000000 +0200 >@@ -0,0 +1,22 @@ >+--- bin/tr.orig 2008-05-31 03:33:36.000000000 +0200 >++++ bin/tr 2008-06-02 21:52:26.000000000 +0200 >+@@ -4,7 +4,7 @@ >+ # resolve symlinks >+ # >+ >+-PRG=$0 >++PRG=%%PREFIX%%/thinkingrock/bin/tr >+ >+ while [ -h "$PRG" ]; do >+ ls=`ls -ld "$PRG"` >+@@ -17,7 +17,9 @@ >+ done >+ >+ progdir=`dirname "$PRG"` >+-APPNAME=`basename "$0"` >++APPNAME=tr >++ >++cd $progdir >+ >+ if [ -f "$progdir/../etc/$APPNAME".conf ] ; then >+ . "$progdir/../etc/$APPNAME".conf >diff -Naur thinkingrock.orig/files/patch-bin_xdg-email thinkingrock/files/patch-bin_xdg-email >--- thinkingrock.orig/files/patch-bin_xdg-email 2008-01-12 17:13:58.000000000 +0100 >+++ thinkingrock/files/patch-bin_xdg-email 1970-01-01 01:00:00.000000000 +0100 >@@ -1,8 +0,0 @@ >---- bin/xdg-email.orig Wed Jan 2 12:29:26 2008 >-+++ bin/xdg-email Wed Jan 2 12:29:47 2008 >-@@ -1,4 +1,4 @@ >--#!/bin/bash >-+#!/bin/sh >- #--------------------------------------------- >- # xdg-email >- # >diff -Naur thinkingrock.orig/files/patch-bin_xdg-open thinkingrock/files/patch-bin_xdg-open >--- thinkingrock.orig/files/patch-bin_xdg-open 2008-01-12 17:13:58.000000000 +0100 >+++ thinkingrock/files/patch-bin_xdg-open 1970-01-01 01:00:00.000000000 +0100 >@@ -1,8 +0,0 @@ >---- bin/xdg-open.orig Wed Jan 2 12:29:33 2008 >-+++ bin/xdg-open Wed Jan 2 12:29:40 2008 >-@@ -1,4 +1,4 @@ >--#!/bin/bash >-+#!/bin/sh >- #--------------------------------------------- >- # xdg-open >- #
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 124219
: 87610