From owner-cvs-all@FreeBSD.ORG Tue Dec 21 08:59:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C1D616A4CE; Tue, 21 Dec 2004 08:59:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2307143D46; Tue, 21 Dec 2004 08:59:43 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBL8xhB9030669; Tue, 21 Dec 2004 08:59:43 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBL8xhA1030668; Tue, 21 Dec 2004 08:59:43 GMT (envelope-from clement) Message-Id: <200412210859.iBL8xhA1030668@repoman.freebsd.org> From: Clement Laforet Date: Tue, 21 Dec 2004 08:59:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/anubis Makefile ports/mail/anubis/files patch-configure ports/mail/sylpheed Makefile ports/mail/sylpheed-claws Makefile ports/mail/sylpheed-gtk2... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 08:59:43 -0000 clement 2004-12-21 08:59:42 UTC FreeBSD ports repository Modified files: mail/anubis Makefile mail/sylpheed Makefile mail/sylpheed-claws Makefile mail/sylpheed-gtk2 Makefile mail/elmo Makefile mail/elmo-devel Makefile net/ayttm Makefile security/cryptplug Makefile security/seahorse Makefile security/ruby-gpgme Makefile security/gpgme03 Makefile pkg-plist Added files: mail/anubis/files patch-configure security/ruby-gpgme/files patch-extconf.rb patch-gpgme_n.c security/gpgme03/files patch-configure.ac patch-doc:Makefile.in patch-doc:gpgme.info patch-gpgme:Makefile.in Log: - Rework gpgme03 port to avoid conflict with gpgme 1.0 - Make ports depending on it use new layout - Bump PORTREVISION (except elmo*) Approved by: portmgr (marcus) Revision Changes Path 1.23 +4 -2 ports/mail/anubis/Makefile 1.1 +28 -0 ports/mail/anubis/files/patch-configure (new) 1.15 +2 -2 ports/mail/elmo-devel/Makefile 1.13 +2 -2 ports/mail/elmo/Makefile 1.62 +4 -3 ports/mail/sylpheed-claws/Makefile 1.21 +4 -3 ports/mail/sylpheed-gtk2/Makefile 1.93 +4 -3 ports/mail/sylpheed/Makefile 1.38 +4 -3 ports/net/ayttm/Makefile 1.13 +7 -2 ports/security/cryptplug/Makefile 1.25 +12 -2 ports/security/gpgme03/Makefile 1.1 +11 -0 ports/security/gpgme03/files/patch-configure.ac (new) 1.1 +20 -0 ports/security/gpgme03/files/patch-doc:Makefile.in (new) 1.1 +11 -0 ports/security/gpgme03/files/patch-doc:gpgme.info (new) 1.1 +47 -0 ports/security/gpgme03/files/patch-gpgme:Makefile.in (new) 1.8 +7 -6 ports/security/gpgme03/pkg-plist 1.4 +2 -1 ports/security/ruby-gpgme/Makefile 1.1 +9 -0 ports/security/ruby-gpgme/files/patch-extconf.rb (new) 1.1 +11 -0 ports/security/ruby-gpgme/files/patch-gpgme_n.c (new) 1.30 +4 -3 ports/security/seahorse/Makefile