ports/123899: [maintainer update] dyncall 0.2
Tassilo Philipp
tphilipp at potion-studios.com
Thu May 22 14:20:02 UTC 2008
>Number: 123899
>Category: ports
>Synopsis: [maintainer update] dyncall 0.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu May 22 14:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Tassilo Philipp
>Release:
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN dyncall.bak/Makefile dyncall/Makefile
--- dyncall.bak/Makefile 2008-05-21 21:31:12.000000000 +0000
+++ dyncall/Makefile 2008-05-21 22:02:03.000000000 +0000
@@ -6,18 +6,19 @@
#
PORTNAME= dyncall
-PORTVERSION= 0.1
+PORTVERSION= 0.2
CATEGORIES= devel
-MASTER_SITES= http://www.dyncall.org/r0.1/
+MASTER_SITES= http://www.dyncall.org/r0.2/
MAINTAINER= tphilipp at potion-studios.com
COMMENT= Highly dynamic multi-platform foreign function call interface library
+MAN3= dyncall.3
HAS_CONFIGURE= yes
MAKEFILE= ${WRKSRC}/BSDmakefile
-# There is no install target in the BSD makefile of version 0.1 of the dyncall library, so
+# There is no install target in the BSD makefile of version 0.2 of the dyncall library, so
# install it manually.
do-install:
@@ -31,5 +32,8 @@
${CP} ${WRKSRC}/dynload/dynload.h ${PREFIX}/include/dynload.h
${CP} ${WRKSRC}/dyncall/libdyncall_s.a ${PREFIX}/lib/libdyncall_s.a
${CP} ${WRKSRC}/dynload/libdynload_s.a ${PREFIX}/lib/libdynload_s.a
+.for f3 in ${MAN3}
+ ${INSTALL_MAN} ${WRKSRC}/doc/${f3} ${MAN3PREFIX}/man/man3
+.endfor
.include <bsd.port.mk>
diff -ruN dyncall.bak/distinfo dyncall/distinfo
--- dyncall.bak/distinfo 2008-05-21 21:31:12.000000000 +0000
+++ dyncall/distinfo 2008-05-22 15:51:20.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (dyncall-0.1.tar.gz) = aaa539cca71f9584df83deae50303198
-SHA256 (dyncall-0.1.tar.gz) = 3c063b272d08818b514b62042166010dcafacb617befad175ce374ed2efc31ef
-SIZE (dyncall-0.1.tar.gz) = 112182
+MD5 (dyncall-0.2.tar.gz) = 12d147a9875da5b30001012490b40fbf
+SHA256 (dyncall-0.2.tar.gz) = 70c7dff5f53c3ebf8ec4de8bec62d509b770d840ebe0b22a8a9cd561258166d1
+SIZE (dyncall-0.2.tar.gz) = 119902
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list