From owner-freebsd-ports Fri Jan 3 2:50: 5 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C45D437B401 for ; Fri, 3 Jan 2003 02:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB91F43ED4 for ; Fri, 3 Jan 2003 02:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h03Ao1NS063182 for ; Fri, 3 Jan 2003 02:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h03Ao1Z7063181; Fri, 3 Jan 2003 02:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3759A37B405 for ; Fri, 3 Jan 2003 02:41:25 -0800 (PST) Received: from mail7-sh.home.nl (mail7.home.nl [213.51.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5AC343EC5 for ; Fri, 3 Jan 2003 02:41:23 -0800 (PST) (envelope-from mool@moolenaar.net) Received: from moolenaar.net ([212.120.77.84]) by mail7-sh.home.nl (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20030103104121.TLPW1924.mail7-sh.home.nl@moolenaar.net> for ; Fri, 3 Jan 2003 11:41:21 +0100 Received: (from mool@localhost) by moolenaar.net (8.11.6/8.11.1) id h03AfIG28029; Fri, 3 Jan 2003 11:41:18 +0100 (CET) (envelope-from Bram@moolenaar.net) Message-Id: <200301031041.h03AfIG28029@moolenaar.net> Date: Fri, 3 Jan 2003 11:41:18 +0100 (CET) From: Bram Moolenaar Reply-To: Bram Moolenaar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46719: Update for A-A-P port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46719 >Category: ports >Synopsis: Update for A-A-P port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jan 03 02:50:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Bram Moolenaar >Release: FreeBSD 4.5-RELEASE i386 >Organization: A-A-P.org >Environment: System: FreeBSD masaka.moolenaar.net 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Sun Feb 24 13:16:55 CET 2002 mool@masaka.moolenaar.net:/usr/src/sys/compile/MASAKA i386 >Description: Update of A-A-P port from 0.100 to 0.111. Includes bug fixes and adds a manual page. >How-To-Repeat: >Fix: diff -urN aap_orig/Makefile aap/Makefile --- aap_orig/Makefile Thu Jan 2 14:53:42 2003 +++ aap/Makefile Fri Jan 3 11:21:44 2003 @@ -6,7 +6,7 @@ # PORTNAME= aap -PORTVERSION= 0.100 +PORTVERSION= 0.111 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= a-a-p @@ -14,6 +14,12 @@ MAINTAINER= bram@a-a-p.org +# A-A-P requires an "scp" command. If it doesn't exist, we need to chose which +# one to install. The OpenSSH one is probably the best choice. +RUN_DEPENDS= scp:${PORTSDIR}/security/openssh + +MAN1= aap.1 + NO_WRKSUBDIR= yes USE_ZIP= yes @@ -38,6 +44,7 @@ cd ${WRKSRC}; ${INSTALL_SCRIPT} *.py *.pyc *.pyo aap ${PREFIX}/lib/aap/Exec-${PORTVERSION} cd ${WRKSRC}; ${INSTALL_DATA} -m 0744 COPYING README.txt filetype.txt default.aap ${PREFIX}/lib/aap/Exec-${PORTVERSION} cd ${WRKSRC}; ${INSTALL_DATA} doc/*.html doc/exec.pdf ${PREFIX}/lib/aap/Exec-${PORTVERSION}/doc + cd ${WRKSRC}; ${INSTALL_DATA} aap.1 ${PREFIX}/man/man1 cd ${PREFIX}/bin; ${LN} -fhs ../lib/aap/Exec-${PORTVERSION}/aap aap cd ${PREFIX}/share/doc; ${LN} -fhs ../../lib/aap/Exec-${PORTVERSION}/doc aap diff -urN aap_orig/distinfo aap/distinfo --- aap_orig/distinfo Thu Jan 2 14:53:42 2003 +++ aap/distinfo Fri Jan 3 10:41:15 2003 @@ -1 +1 @@ -MD5 (exec-0.100.zip) = 22d40d2ae126c9adceac97057461ae0d +MD5 (exec-0.111.zip) = 0b90a89eeb07d208ff5d2dda9277ed19 diff -urN aap_orig/pkg-plist aap/pkg-plist --- aap_orig/pkg-plist Thu Jan 2 14:53:42 2003 +++ aap/pkg-plist Fri Jan 3 10:52:19 2003 @@ -98,6 +98,9 @@ lib/aap/Exec-%%PORTVERSION%%/__init__.pyc lib/aap/Exec-%%PORTVERSION%%/__init__.pyo lib/aap/Exec-%%PORTVERSION%%/aap +lib/aap/Exec-%%PORTVERSION%%/aap.py +lib/aap/Exec-%%PORTVERSION%%/aap.pyc +lib/aap/Exec-%%PORTVERSION%%/aap.pyo lib/aap/Exec-%%PORTVERSION%%/aapnetrc.py lib/aap/Exec-%%PORTVERSION%%/aapnetrc.pyc lib/aap/Exec-%%PORTVERSION%%/aapnetrc.pyo @@ -106,10 +109,10 @@ lib/aap/Exec-%%PORTVERSION%%/doc/index.html lib/aap/Exec-%%PORTVERSION%%/doc/license.html lib/aap/Exec-%%PORTVERSION%%/doc/ln12.html -lib/aap/Exec-%%PORTVERSION%%/doc/p1181.html +lib/aap/Exec-%%PORTVERSION%%/doc/p1235.html lib/aap/Exec-%%PORTVERSION%%/doc/p27.html -lib/aap/Exec-%%PORTVERSION%%/doc/p771.html -lib/aap/Exec-%%PORTVERSION%%/doc/p836.html +lib/aap/Exec-%%PORTVERSION%%/doc/p805.html +lib/aap/Exec-%%PORTVERSION%%/doc/p888.html lib/aap/Exec-%%PORTVERSION%%/doc/ref-arguments.html lib/aap/Exec-%%PORTVERSION%%/doc/ref-attributes.html lib/aap/Exec-%%PORTVERSION%%/doc/ref-commands.html @@ -133,6 +136,7 @@ lib/aap/Exec-%%PORTVERSION%%/doc/user-fetch.html lib/aap/Exec-%%PORTVERSION%%/doc/user-filetype.html lib/aap/Exec-%%PORTVERSION%%/doc/user-issue.html +lib/aap/Exec-%%PORTVERSION%%/doc/user-makedif.html lib/aap/Exec-%%PORTVERSION%%/doc/user-porting.html lib/aap/Exec-%%PORTVERSION%%/doc/user-publish.html lib/aap/Exec-%%PORTVERSION%%/doc/user-python.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message