Hi,

Update to bug fix release 1.3c. This fixes a few bugs that turned up after the
last release and a couple of possible issues I spotted while fixing them. Also
incorporate some changes to the port pointed out by a couple of people.

Changes at:

http://sf.net/project/shownotes.php?group_id=174568&release_id=528628

Works for me on i386, sparc, sparc64.

Please test, etc.

-- Nicholas.

Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/fdm/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    7 Apr 2007 04:38:44 -0000       1.3
+++ Makefile    1 Aug 2007 17:19:03 -0000
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.3 2007/04/07 04:38:44 steven Exp $
 
-COMMENT=       "fetch, filter and deliver mail"
+COMMENT=       fetch, filter and deliver mail
 
-DISTNAME=      fdm-1.1
+DISTNAME=      fdm-1.3c
 CATEGORIES=    mail
 
 HOMEPAGE=       http://fdm.sourceforge.net/
@@ -18,9 +18,14 @@ WANTLIB= c crypto ssl z
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fdm/}
 
+LIB_DEPENDS+=  tdb::databases/tdb
+MAKE_FLAGS+=   -DDB
+
+FAKE_FLAGS=    PREFIX=${PREFIX}
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/fdm
-       ${INSTALL_DATA} ${WRKSRC}/fdm-sanitize ${PREFIX}/share/fdm
+       ${INSTALL_SCRIPT} ${WRKSRC}/fdm-sanitize ${PREFIX}/share/fdm
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fdm
        ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/fdm
        ${INSTALL_DATA} ${WRKSRC}/MANUAL ${PREFIX}/share/doc/fdm
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/fdm/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    7 Apr 2007 04:38:44 -0000       1.4
+++ distinfo    1 Aug 2007 17:19:03 -0000
@@ -1,5 +1,5 @@
-MD5 (fdm-1.1.tar.gz) = e9L2k9pkpmq3DgAx09rJnw==
-RMD160 (fdm-1.1.tar.gz) = eKz6Ml2YIE5buECQ3psSZq775pY=
-SHA1 (fdm-1.1.tar.gz) = REYkKQCqTWYK8ys6mmFbx52nPYw=
-SHA256 (fdm-1.1.tar.gz) = OQjZqrYptukniddwzhGWPfKf+qDMkt1bE7KYN2Ew6Zk=
-SIZE (fdm-1.1.tar.gz) = 141981
+MD5 (fdm-1.3c.tar.gz) = Nt+HN5EvFcufaVv7CpgyVQ==
+RMD160 (fdm-1.3c.tar.gz) = YxQ187zVMxCKWtjjTKOYl7fyVYw=
+SHA1 (fdm-1.3c.tar.gz) = wYNyYhL56i09yb9jePsQKp5sCSA=
+SHA256 (fdm-1.3c.tar.gz) = dbj53U9IqUmNJ6KzxY7iS6Yp+GFbAaVgjniWGrtPsok=
+SIZE (fdm-1.3c.tar.gz) = 160993
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/mail/fdm/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   7 Apr 2007 04:38:44 -0000       1.3
+++ pkg/PLIST   1 Aug 2007 17:19:03 -0000
@@ -7,6 +7,7 @@ share/doc/fdm/MANUAL
 share/doc/fdm/README
 share/examples/fdm/
 share/examples/fdm/f-terbeck.conf
+share/examples/fdm/g-lando.conf
 share/examples/fdm/n-marriott.conf
 share/examples/fdm/t-ulmer.conf
 share/examples/fdm/w-maier.conf

Reply via email to