From owner-freebsd-ports@FreeBSD.ORG Mon May 12 17:36:19 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 154C1699 for ; Mon, 12 May 2014 17:36:19 +0000 (UTC) Received: from eu1sys200aog122.obsmtp.com (eu1sys200aog122.obsmtp.com [207.126.144.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63D662D56 for ; Mon, 12 May 2014 17:36:17 +0000 (UTC) Received: from mail-wi0-f177.google.com ([209.85.212.177]) (using TLSv1) by eu1sys200aob122.postini.com ([207.126.147.11]) with SMTP ID DSNKU3EGj0SVndDsR+fhC7djXRSTjSWXNt8Q@postini.com; Mon, 12 May 2014 17:36:18 UTC Received: by mail-wi0-f177.google.com with SMTP id f8so4916664wiw.10 for ; Mon, 12 May 2014 10:36:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to; bh=aM/aEYuxDbParrTEXwM+b4TebSwforuSU9928D/uoLM=; b=RB/gr7sDPVUHLZL1bavJ0w6IMcF6Wg1r53eVCnhXV1jtk3llgp+TbPttwMT0WNjKld 4n0vns5ApL+PGUjIlzIU++C5nDswx5RrTYh7KwhPoHWAtZ5N1pO0zzuULq+Ad+Q9JOiG kIfPATxUD74zioG9NiN8kDMtMzy15UXU2+H6BHDnVDOGOWk0ytGhK0ltcBsOoHy/iD3z 8OCLV7jrHfaAn/ZQx4CPCwp3XI9RLYXHVBid7bGqFM6waqh3yCfCYRp4LYj6OeKwen8P KVEChPdLRW5b22GphbZbqfVXH5xkWIfbJWWWroRHnrpVd/dD4vowgZaYFkPj/agLD59C uJ4w== X-Gm-Message-State: ALoCoQn9aV+FpTdTBFHOxeQdKrY8gqq/5UKICkV+tm84mTfy98YLzkKHCI7r0Q/NZ/yLtCpaScyRFPIK7DvuK8wOKI5tpgu81jpU219MaP6GitjsOUU3NS0GiLJw7e2bJAJHzdIKPaxoSjXfNy3zePlMllJDQE6Llg== X-Received: by 10.180.183.131 with SMTP id em3mr5566589wic.56.1399916175153; Mon, 12 May 2014 10:36:15 -0700 (PDT) X-Received: by 10.180.183.131 with SMTP id em3mr5566581wic.56.1399916175064; Mon, 12 May 2014 10:36:15 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id m2sm18741776wjf.42.2014.05.12.10.36.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 May 2014 10:36:13 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s4CHaCNX087202 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 12 May 2014 18:36:12 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s4CHaCPe087201 for freebsd-ports@freebsd.org; Mon, 12 May 2014 18:36:12 +0100 (BST) (envelope-from mexas) Date: Mon, 12 May 2014 18:36:12 +0100 (BST) From: Anton Shterenlikht Message-Id: <201405121736.s4CHaCPe087201@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: make check-plist ok, but portlint complains: %%PORTDOCS%%@dirrm %%DOCSDIR%% missing Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 17:36:19 -0000 I'm updating devel/robodoc to staging. As suggested on the wiki page, env DEVELOPER=yes make stage && make check-plist && make package runs fine, no issues. However, portlint -A reports: # portlint -A WARN: /usr/ports/devel/robodoc/pkg-plist: Both ``%%PORTDOCS%%@dirrm %%DOCSDIR%%'' and ``%%PORTDOCS%%@unexec %D/%%DOCSDIR%% 2>/dev/null || true'' are missing. At least one should be used. I have in pkg-plist: bin/robodoc bin/robohdrs man/man1/robodoc.1.gz man/man1/robohdrs.1.gz %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/ChangeLog %%DOCSDIR%%/NEWS %%DOCSDIR%%/README %%DOCSDIR%%/manual.css %%DOCSDIR%%/manual.html %%DOCSDIR%%/robodoc_example.rc %%EXAMPLESDIR%%/PerlExample/Source/Box.pm %%EXAMPLESDIR%%/PerlExample/Source/Box/RectangularBox.pm %%EXAMPLESDIR%%/PerlExample/Source/Box/SquareBox.pm %%EXAMPLESDIR%%/PerlExample/Source/Cargo.txt %%EXAMPLESDIR%%/PerlExample/Source/Loader.txt %%EXAMPLESDIR%%/PerlExample/Source/SmartLoader.pm %%EXAMPLESDIR%%/PerlExample/Source/TruckPacker.pl %%EXAMPLESDIR%%/PerlExample/robodoc.rc @dirrmtry %%DOCSDIR%% @dirrmtry %%EXAMPLESDIR%%/PerlExample/Source/Box @dirrmtry %%EXAMPLESDIR%%/PerlExample/Source @dirrmtry %%EXAMPLESDIR%%/PerlExample @dirrmtry %%EXAMPLESDIR%% What's the problem? As recommended on the wiki page I made the docs and examples non-optional, because they are very small. Anton