From owner-freebsd-ports Sun Jan 27 9:11: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9092B37B42F for ; Sun, 27 Jan 2002 09:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0RHA0a51728; Sun, 27 Jan 2002 09:10:00 -0800 (PST) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 590AE37B402 for ; Sun, 27 Jan 2002 09:04:00 -0800 (PST) Received: from babylon.merseine.nu (babylon.domain.local [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.6) with ESMTP id g0RH40L96164 for ; Sun, 27 Jan 2002 11:04:00 -0600 (CST) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id g0RH3xr27772; Sun, 27 Jan 2002 11:03:59 -0600 (CST) (envelope-from ishmael) Message-Id: <200201271703.g0RH3xr27772@babylon.merseine.nu> Date: Sun, 27 Jan 2002 11:03:59 -0600 (CST) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34341: Update port graphics/scrot 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: 34341 >Category: ports >Synopsis: Update port graphics/scrot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 27 09:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-STABLE i386 >Organization: None >Environment: System: FreeBSD babylon.merseine.nu 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Dec 2 19:23:18 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: Update MAINTAINER. Respect NOPORTDOCS. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/scrot/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 30 Aug 2001 00:48:05 -0000 1.4 +++ Makefile 27 Jan 2002 16:21:01 -0000 @@ -10,12 +10,17 @@ CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ -MAINTAINER= ishmael27@home.com +MAINTAINER= ishmael27x@yahoo.com LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib -GNU_CONFIGURE= yes USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.if defined(NOPORTDOCS) +MAKE_ENV= NO_DOC=yes +.endif MAN1= scrot.1 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/scrot/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 3 Dec 2000 20:26:18 -0000 1.1 +++ pkg-plist 27 Jan 2002 16:23:21 -0000 @@ -1,6 +1,7 @@ +@comment $FreeBSD$ bin/scrot -share/doc/scrot/AUTHORS -share/doc/scrot/ChangeLog -share/doc/scrot/README -share/doc/scrot/TODO -@dirrm share/doc/scrot +%%PORTDOCS%%share/doc/scrot/AUTHORS +%%PORTDOCS%%share/doc/scrot/ChangeLog +%%PORTDOCS%%share/doc/scrot/README +%%PORTDOCS%%share/doc/scrot/TODO +%%PORTDOCS%%@dirrm share/doc/scrot Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/graphics/scrot/files/patch-aa,v retrieving revision 1.1 diff -u -r1.1 patch-aa --- files/patch-aa 3 Dec 2000 20:26:18 -0000 1.1 +++ files/patch-aa 27 Jan 2002 16:19:55 -0000 @@ -1,6 +1,9 @@ ---- Makefile.in.orig Thu Oct 26 10:25:54 2000 -+++ Makefile.in Thu Oct 26 23:55:44 2000 -@@ -76,7 +76,7 @@ + +$FreeBSD$ + +--- Makefile.in.orig Wed Aug 29 13:57:11 2001 ++++ Makefile.in Sun Jan 27 10:19:21 2002 +@@ -82,7 +82,7 @@ man_MANS = scrot.1 docs_DATA = README AUTHORS ChangeLog TODO @@ -9,3 +12,19 @@ EXTRA_DIST = scrot.spec scrot.1 $(docs_DATA) +@@ -195,6 +195,7 @@ + $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 + + install-docsDATA: $(docs_DATA) ++.if !defined(NO_DOC) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(docsdir) + @list='$(docs_DATA)'; for p in $$list; do \ +@@ -206,6 +207,7 @@ + $(INSTALL_DATA) $$p $(DESTDIR)$(docsdir)/$$p; \ + fi; fi; \ + done ++.endif + + uninstall-docsDATA: + @$(NORMAL_UNINSTALL) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message