Bug 187913 - [maintainer update] devel/dyncall
Summary: [maintainer update] devel/dyncall
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-25 00:00 UTC by Tassilo Philipp
Modified: 2014-03-30 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.76 KB, patch)
2014-03-25 00:00 UTC, Tassilo Philipp
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tassilo Philipp 2014-03-25 00:00:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-25 00:00:05 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2014-03-30 13:37:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-30 13:50:15 UTC
Author: pawel
Date: Sun Mar 30 12:50:11 2014
New Revision: 349616
URL: http://svnweb.freebsd.org/changeset/ports/349616
QAT: https://qat.redports.org/buildarchive/r349616/

Log:
  Update to version 0.8
  
  PR:		ports/187913
  Submitted by:	maintainer

Modified:
  head/devel/dyncall/Makefile
  head/devel/dyncall/distinfo
  head/devel/dyncall/pkg-plist

Modified: head/devel/dyncall/Makefile
==============================================================================
--- head/devel/dyncall/Makefile	Sun Mar 30 12:41:27 2014	(r349615)
+++ head/devel/dyncall/Makefile	Sun Mar 30 12:50:11 2014	(r349616)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dyncall
-PORTVERSION=	0.7
+PORTVERSION=	0.8
 CATEGORIES=	devel
 MASTER_SITES=	http://www.dyncall.org/r${PORTVERSION}/ \
 		http://www.potion-studios.com/
@@ -12,8 +12,6 @@ COMMENT=	Highly dynamic multi-platform f
 
 HAS_CONFIGURE=	yes
 
-MAKEFILE=	BSDmakefile
-
 # There is no install target in the BSD makefile for this version of the dyncall
 # library, so install it manually.
 
@@ -64,6 +62,10 @@ do-install:
 		${WRKSRC}/dynload/libdynload_s.a \
 		${STAGEDIR}${PREFIX}/lib
 
-	${INSTALL_MAN} ${WRKSRC}/dyncall/dyncall.3 ${STAGEDIR}${MAN3PREFIX}/man/man3
+	${INSTALL_MAN} \
+		${WRKSRC}/dyncall/dyncall.3 \
+		${WRKSRC}/dyncallback/dyncallback.3 \
+		${WRKSRC}/dynload/dynload.3 \
+		${STAGEDIR}${MAN3PREFIX}/man/man3
 
 .include <bsd.port.post.mk>

Modified: head/devel/dyncall/distinfo
==============================================================================
--- head/devel/dyncall/distinfo	Sun Mar 30 12:41:27 2014	(r349615)
+++ head/devel/dyncall/distinfo	Sun Mar 30 12:50:11 2014	(r349616)
@@ -1,2 +1,2 @@
-SHA256 (dyncall-0.7.tar.gz) = d2aedea55478ec4b1519b379027719b47eddd3f4a2f7bc514f7cb0333bced5d0
-SIZE (dyncall-0.7.tar.gz) = 370848
+SHA256 (dyncall-0.8.tar.gz) = cff8c8586f27fb84cb77e02f279557deb31629d2d98aec95211a4a84ad1241b7
+SIZE (dyncall-0.8.tar.gz) = 329573

Modified: head/devel/dyncall/pkg-plist
==============================================================================
--- head/devel/dyncall/pkg-plist	Sun Mar 30 12:41:27 2014	(r349615)
+++ head/devel/dyncall/pkg-plist	Sun Mar 30 12:50:11 2014	(r349616)
@@ -34,3 +34,5 @@ lib/libdyncall_s.a
 lib/libdyncallback_s.a
 lib/libdynload_s.a
 man/man3/dyncall.3.gz
+man/man3/dyncallback.3.gz
+man/man3/dynload.3.gz
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2014-03-30 13:50:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!