From owner-cvs-all Fri Oct 12 8: 1:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BF9237B408; Fri, 12 Oct 2001 08:01:08 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CF18I97209; Fri, 12 Oct 2001 08:01:08 -0700 (PDT) (envelope-from knu) Message-Id: <200110121501.f9CF18I97209@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 12 Oct 2001 08:01:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gpgme Makefile distinfo pkg-descr pkg-plist ports/security/gpgme/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2001/10/12 08:01:08 PDT Modified files: security/gpgme Makefile distinfo pkg-descr pkg-plist Added files: security/gpgme/files patch-aa Log: - Update to 0.2.3. - Update the URL in the package description. - The author hacks a LIBTOOL path into their Makefiles that doesn't work under the ports system. Make it work by a small patch to aclocal.m4 (which requires the addition of USE_AUTOCONF) and passing in the port system's value of LIBTOOL (using a different variable name since they already use LIBTOOL themselves). This was simpler than patching all their Makefiles. PR: ports/30999 Submitted by: Dave Chapeskie Approved by: MAINTAINER Revision Changes Path 1.3 +3 -1 ports/security/gpgme/Makefile 1.2 +1 -1 ports/security/gpgme/distinfo 1.1 +11 -0 ports/security/gpgme/files/patch-aa (new) 1.2 +2 -2 ports/security/gpgme/pkg-descr 1.2 +2 -1 ports/security/gpgme/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message