From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 7 04:00:35 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FA9116A4C1 for ; Sun, 7 Sep 2003 04:00:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B0243F3F for ; Sun, 7 Sep 2003 04:00:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h87B0XUp059712 for ; Sun, 7 Sep 2003 04:00:33 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h87B0XKU059708; Sun, 7 Sep 2003 04:00:33 -0700 (PDT) Resent-Date: Sun, 7 Sep 2003 04:00:33 -0700 (PDT) Resent-Message-Id: <200309071100.h87B0XKU059708@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Kolobov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90BBA16A4C0 for ; Sun, 7 Sep 2003 03:58:54 -0700 (PDT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 90A7F44001 for ; Sun, 7 Sep 2003 03:58:51 -0700 (PDT) (envelope-from sgk@kolobov.com) Received: (qmail 2545 invoked from network); 7 Sep 2003 10:58:50 -0000 Received: from dom.kolobov.com (HELO kolobov.com) (213.247.180.114) by outpost.globcon.net (62.141.88.161) with SMTP; 07 Sep 2003 10:58:50 -0000 Received: (qmail 26774 invoked by uid 911); 7 Sep 2003 10:58:52 -0000 Message-Id: <20030907105852.26773.qmail@kolobov.com> Date: 7 Sep 2003 10:58:52 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/56550: [MAINTAINER] mail/bincimap: update to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2003 11:00:35 -0000 >Number: 56550 >Category: ports >Synopsis: [MAINTAINER] mail/bincimap: update to 1.2.1 >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: Sun Sep 07 04:00:33 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Jul 15 17:02:55 MSD 2003 >Description: - Update to 1.2.1 (see ChangeLog for list of changes) - Add distribution patch - Add Makefile target for creating SSL certificates for the port Generated with FreeBSD Port Tools 0.26 >How-To-Repeat: >Fix: --- bincimap-1.2.1.patch begins here --- Index: Makefile =================================================================== RCS file: /FreeBSD/cvs/ports/mail/bincimap/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 12 Jun 2003 08:05:25 -0000 1.2 +++ Makefile 7 Sep 2003 10:55:42 -0000 @@ -12,11 +12,15 @@ # PORTNAME= bincimap -PORTVERSION= 1.1.8 +PORTVERSION= 1.2.1 CATEGORIES= mail -MASTER_SITES= http://www.bincimap.org/dl/tarballs/ \ - http://www.bincimap.andreas.hanssen.name/dl/tarballs/ \ - http://bincimap.argonsoft.de/www.bincimap.org/dl/tarballs/ +MASTER_SITES= http://www.bincimap.org/%SUBDIR%/ \ + http://www.bincimap.andreas.hanssen.name/%SUBDIR%/ \ + http://bincimap.argonsoft.de/www.bincimap.org/%SUBDIR%/ +MASTER_SITE_SUBDIR= dl/tarballs/1.2 + +PATCH_SITES= ${MASTER_SITES:S!%SUBDIR%!${MASTER_SITE_SUBDIR}!} +PATCHFILES= bincimap-1.2.1-patch000-mimeparser MAINTAINER= sergei@kolobov.com COMMENT= Light-weight IMAP server for Maildir @@ -80,6 +84,17 @@ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} +.endif +.if !defined(WITHOUT_OPENSSL) + @${ECHO_MSG} "===========================================" + @${ECHO_MSG} "Type 'make cert' to create SSL certificates" + @${ECHO_MSG} "===========================================" +.endif + +cert: +# Generate sample CA and Binc IMAP certificates if we use SSL +.if !defined(WITHOUT_OPENSSL) + @cd ${WRKSRC} && ${MAKE} cacert .endif .include Index: distinfo =================================================================== RCS file: /FreeBSD/cvs/ports/mail/bincimap/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 12 Jun 2003 08:05:25 -0000 1.2 +++ distinfo 7 Sep 2003 10:52:26 -0000 @@ -1 +1,2 @@ -MD5 (bincimap-1.1.8.tar.bz2) = 5182a966c19101594e93014d9e4e9b96 +MD5 (bincimap-1.2.1.tar.bz2) = 2baf96957a74073b5b26ed9dec4dafb2 +MD5 (bincimap-1.2.1-patch000-mimeparser) = 57e70638620bf8220703693b55b84510 Index: pkg-plist =================================================================== RCS file: /FreeBSD/cvs/ports/mail/bincimap/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 12 Jun 2003 08:05:25 -0000 1.2 +++ pkg-plist 7 Sep 2003 10:54:12 -0000 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/bincimapd bin/bincimap-up etc/bincimap/bincimap.conf.sample Index: files/patch-Makefile.in =================================================================== RCS file: /FreeBSD/cvs/ports/mail/bincimap/files/patch-Makefile.in,v retrieving revision 1.1 diff -u -u -r1.1 patch-Makefile.in --- files/patch-Makefile.in 12 Jun 2003 08:05:25 -0000 1.1 +++ files/patch-Makefile.in 7 Sep 2003 10:52:45 -0000 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Tue May 20 21:45:16 2003 -+++ Makefile.in Wed May 21 03:03:40 2003 -@@ -96,7 +96,7 @@ - install_sh = @install_sh@ +--- Makefile.in.orig Sun Sep 7 13:24:07 2003 ++++ Makefile.in Sun Sep 7 13:24:25 2003 +@@ -131,7 +131,7 @@ + target_alias = @target_alias@ #-------------------------------------------------------------------------- --SUBDIRS = conf contrib doc man service src -+SUBDIRS = man src +-SUBDIRS = conf contrib doc man service src tests ++SUBDIRS = contrib man src tests #-------------------------------------------------------------------------- EXTRA_DIST = bincimap.spec config.h COPYING.OpenSSL config.h.in --- bincimap-1.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: