On Thu, Mar 22, 2007 at 09:23:53AM +0100, Giovanni Bechis wrote:
> On Mon, Mar 19, 2007 at 07:42:42PM +0100, Giovanni Bechis wrote:
> > Update to latest version of Grepmail:
> >
> I have created a better diff.
>  Ok ?
>   Giovanni

> diff -urNx CVS mail/grepmail/Makefile mystuff/mail/grepmail/Makefile
> --- mail/grepmail/Makefile    Sat Jan 13 17:06:37 2007
> +++ mystuff/mail/grepmail/Makefile    Wed Mar 21 23:24:26 2007
> @@ -1,7 +1,7 @@
>  # $OpenBSD: Makefile,v 1.14 2006/11/12 23:28:42 jcs Exp $
>  
> -DISTNAME=    grepmail-4.80
> -PKGNAME=     ${DISTNAME}p0
> +DISTNAME=    grepmail-5.3033
> +PKGNAME=     ${DISTNAME}
>  CATEGORIES=  mail perl5
>  
>  # GPL
> @@ -14,13 +14,14 @@
>  HOMEPAGE=    http://grepmail.sourceforge.net/
>  MASTER_SITES=        ${MASTER_SITE_SOURCEFORGE:=grepmail/}
>  
> -RUN_DEPENDS= :p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
> +BUILD_DEPENDS=       :p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
>               :p5-DateManip-*:converters/p5-DateManip \
> +             :p5-Benchmark-Timer-*:devel/p5-Benchmark-Timer \
> +             :p5-FileHandle-Unget-*:devel/p5-FileHandle-Unget
> +
> +RUN_DEPENDS= ${BUILD_DEPENDS} \
>               :bzip2-*:archivers/bzip2
> -BUILD_DEPENDS=       :p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
> -             :p5-DateManip-*:converters/p5-DateManip
[snip]

A few changes.  From what i see all dependecies are runtime and also
required at build time and regress needs them also.  The bzip2 dependency
is not necessary as p5-Mail-Mbox-MessageParser covers it already.

Please test and comment.

Kind regards,
Simon
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/grepmail/Makefile,v
retrieving revision 1.14
diff -u -p -u -r1.14 Makefile
--- Makefile    12 Nov 2006 23:28:42 -0000      1.14
+++ Makefile    22 Mar 2007 17:52:58 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.14 2006/11/12 23:28:42 jcs Exp $
 
-DISTNAME=      grepmail-4.80
-PKGNAME=       ${DISTNAME}p0
+DISTNAME=      grepmail-5.3033
+PKGNAME=       ${DISTNAME}
 CATEGORIES=    mail perl5
 
 # GPL
@@ -14,13 +14,14 @@ COMMENT=    "search mailboxes for a particu
 HOMEPAGE=      http://grepmail.sourceforge.net/
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=grepmail/}
 
-RUN_DEPENDS=   :p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
-               :p5-DateManip-*:converters/p5-DateManip \
-               :bzip2-*:archivers/bzip2
-BUILD_DEPENDS= :p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
-               :p5-DateManip-*:converters/p5-DateManip
+RUN_DEPENDS=   :p5-DateManip-*:converters/p5-DateManip \
+               :p5-Benchmark-Timer-*:devel/p5-Benchmark-Timer \
+               :p5-FileHandle-Unget-*:devel/p5-FileHandle-Unget \
+               :p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
+               :p5-Mail-Mbox-MessageParser-*:mail/p5-Mail-Mbox-MessageParser
+BUILD_DEPENDS= ${RUN_DEPENDS}
+REGRESS_DEPENDS=${RUN_DEPENDS}
                
 CONFIGURE_STYLE= perl
-CONFIGURE_ARGS=        FASTREADER=0
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/grepmail/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- distinfo    5 Jan 2005 16:58:54 -0000       1.3
+++ distinfo    22 Mar 2007 17:52:58 -0000
@@ -1,4 +1,5 @@
-MD5 (grepmail-4.80.tar.gz) = 846558ef1fcca841f0b4fd455cf3ac11
-RMD160 (grepmail-4.80.tar.gz) = 7752449d26339e43795310f5a271fe0518e2f7bc
-SHA1 (grepmail-4.80.tar.gz) = 16e085376f68497eeac6f37e2d0019c9b02951d0
-SIZE (grepmail-4.80.tar.gz) = 714739
+MD5 (grepmail-5.3033.tar.gz) = 83f94e253ccb02fde9a207d7f23c9cd2
+RMD160 (grepmail-5.3033.tar.gz) = 03b81605f48c325733be1d2f5a6fe312e39c891c
+SHA1 (grepmail-5.3033.tar.gz) = 1e83dbb8067fe3a2afb6698a19a2a6e9328df825
+SHA256 (grepmail-5.3033.tar.gz) = 
2ba3ed6839b62bbee5e52a5caafe0700fe27ca31473d32ba062e4736a8f7b6b5
+SIZE (grepmail-5.3033.tar.gz) = 536791

Reply via email to