From owner-svn-ports-all@FreeBSD.ORG Sun Aug 17 00:29:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D965E0C; Sun, 17 Aug 2014 00:29:57 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36F2A2DD4; Sun, 17 Aug 2014 00:29:56 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id 5A82E15F58C; Sat, 16 Aug 2014 20:29:48 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r364939 - head/irc/sic From: Adam Weinberger In-Reply-To: <201408150700.s7F70qnW082380@svn.freebsd.org> Date: Sat, 16 Aug 2014 20:29:47 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <2D2DB945-2B93-4D28-9760-7EE723DDB26F@adamw.org> References: <201408150700.s7F70qnW082380@svn.freebsd.org> To: "Vanilla I. Shu" X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2014 00:29:57 -0000 On 15 Aug, 2014, at 3:00, Vanilla I. Shu wrote: > Author: vanilla > Date: Fri Aug 15 07:00:52 2014 > New Revision: 364939 > URL: http://svnweb.freebsd.org/changeset/ports/364939 > QAT: https://qat.redports.org/buildarchive/r364939/ >=20 > Log: > Stagify, add LICENSE. >=20 > Modified: > head/irc/sic/Makefile > head/irc/sic/pkg-plist >=20 > Modified: head/irc/sic/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/irc/sic/Makefile Fri Aug 15 06:55:11 2014 = (r364938) > +++ head/irc/sic/Makefile Fri Aug 15 07:00:52 2014 = (r364939) > @@ -10,12 +10,12 @@ EXTRACT_SUFX=3D .tgz > MAINTAINER=3D ports@FreeBSD.org > COMMENT=3D Another 'Internet Relay Chat' Client >=20 > -GNU_CONFIGURE=3D yes > +LICENSE=3D GPLv2 >=20 > +GNU_CONFIGURE=3D yes > PLIST_SUB+=3D VERSION=3D"${PORTVERSION}" >=20 > -MAN1=3D sic.1 > -MAN5=3D sic-alias.5 sic-server.5 > +post-install: > + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION} >=20 > -NO_STAGE=3D yes > .include >=20 > Modified: head/irc/sic/pkg-plist > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/irc/sic/pkg-plist Fri Aug 15 06:55:11 2014 = (r364938) > +++ head/irc/sic/pkg-plist Fri Aug 15 07:00:52 2014 = (r364939) > @@ -1,2 +1,5 @@ > bin/sic > bin/sic-%%VERSION%% > +man/man1/sic.1.gz > +man/man5/sic-alias.5.gz > +man/man5/sic-server.5.gz Vanilla - The only thing you staged is the post-install target. The port still = installs directly into /usr/local, and now it can=92t package. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org