1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Update to 0.5

PR:		121536
Submitted by:	Ronald Klop <ronald@echteman.nl>
This commit is contained in:
Martin Wilke 2008-03-10 13:35:43 +00:00
parent 3b1e090c70
commit 914e9482c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208729
3 changed files with 9 additions and 9 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: tijmp
# Date created: 8 October 2007
# Whom: Ronald Klop <ronald@echteman.nl>
# New ports collection makefile for: tijmp
# Date created: 8 October 2007
# Whom: Ronald Klop <ronald@echteman.nl>
#
# $FreeBSD$
#
PORTNAME= tijmp
PORTVERSION= 0.4
PORTVERSION= 0.5
CATEGORIES= devel java
MASTER_SITES= http://www.khelekore.org/jmp/tijmp/ \
http://www.klop.ws/~ronald/software-mirrors/
@ -40,7 +40,7 @@ CFLAGS?= -O3
.endif
post-extract::
@${SED} -i "" -e 's|share/java|${JAVAJARDIR:S,^${PREFIX}/,,}|' ${WRKSRC}/src/tijmp.c
@${SED} -i "" -e 's|/../share/java|${JAVAJARDIR}|' ${WRKSRC}/src/tijmp.c
do-install::
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..."

View File

@ -1,3 +1,3 @@
MD5 (tijmp-0.4.tar.gz) = 8eecd304f8bb221d94983dd674a880be
SHA256 (tijmp-0.4.tar.gz) = 083bce9602f71fca1eee3729fa1c89275f9a71c8ec78eee11714681663c22b8b
SIZE (tijmp-0.4.tar.gz) = 351355
MD5 (tijmp-0.5.tar.gz) = 468fe6c921072d0898abb2c2bf1b0fc4
SHA256 (tijmp-0.5.tar.gz) = 628e8b904edff6ab4a3f8014a8125e148f93b33ee8dc9aa468ad4f9039fe3f65
SIZE (tijmp-0.5.tar.gz) = 365915

View File

@ -15,6 +15,6 @@ can easily get access to all things jvmti/jni has to offer.
TIJmp is distributed under the General Public License, GPL.
Usage:
java -agentlib:tijmp <your-class>
java -Dtijmp.jar=%JAVAJARDIR%/tijmp.jar -agentlib:tijmp <your-class>
WWW: http://khelekore.org/jmp/tijmp/