Index: head/devel/p5-BSD-devstat/Makefile =================================================================== --- head/devel/p5-BSD-devstat/Makefile (revision 252187) +++ head/devel/p5-BSD-devstat/Makefile (revision 252188) @@ -1,24 +1,25 @@ # New ports collection makefile for: BSD::devstat # Date created: 25 Mar 2010 # Whom: Jun Kuriyama # # $FreeBSD$ # PORTNAME= BSD-devstat PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of devstat(3) API PERL_CONFIGURE= yes MAN3= BSD::devstat.3 regression-test: cd ${WRKSRC} && make test .include Property changes on: head/devel/p5-BSD-devstat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/p5-BSD-devstat/files/patch-devstat.xs =================================================================== --- head/devel/p5-BSD-devstat/files/patch-devstat.xs (nonexistent) +++ head/devel/p5-BSD-devstat/files/patch-devstat.xs (revision 252188) @@ -0,0 +1,10 @@ +--- devstat.xs.orig 2010-04-04 16:46:31.614613328 +0900 ++++ devstat.xs 2010-04-04 16:47:03.027043722 +0900 +@@ -8,6 +8,7 @@ + #ifdef __cplusplus + } + #endif ++#include + #include + + struct bsd_devstat { Property changes on: head/devel/p5-BSD-devstat/files/patch-devstat.xs ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property