From owner-svn-ports-all@FreeBSD.ORG Fri Jun 27 20:30:20 2014 Return-Path: Delivered-To: svn-ports-all@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 064A122B; Fri, 27 Jun 2014 20:30:20 +0000 (UTC) Received: from mail-yh0-x22b.google.com (mail-yh0-x22b.google.com [IPv6:2607:f8b0:4002:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92042293C; Fri, 27 Jun 2014 20:30:19 +0000 (UTC) Received: by mail-yh0-f43.google.com with SMTP id a41so3406122yho.2 for ; Fri, 27 Jun 2014 13:30:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=u5sr2fudGjZUcGaYOg/1WE6BL+XFgKD9Ns0wgxHGmgs=; b=rshbURXthzwMRq6QgDxrabZIs7d0CvELq94PrTZfHdRGRwaskXBjTD3f6QwCY7XfLa JQaVkF0tFgfvfuO27RlBh3kEEpOib8bogvxRN/7vAei14mMTYSRYLgs6p5Lni3dRVJBO 3z52hLgSGiULcviJCWiZLxi8NGKba+ovpmeiJxI3zkg6AWyDHKzJHElTeUmUoC+0IVKE tWX+yn3MY0PxYLYXw6bOhwnVjL2Qakn23rxX23c4hjA21Y/16//chhRbLYCathBiSZBq auZ0CRMC64HoI1po8Nwjg9IiicSs5/pd98ZbDWRCjdJI/WGUO8rlQ7S3pKByhsdaiV3n M2EQ== MIME-Version: 1.0 X-Received: by 10.236.4.34 with SMTP id 22mr36047335yhi.41.1403901018465; Fri, 27 Jun 2014 13:30:18 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.170.2 with HTTP; Fri, 27 Jun 2014 13:30:18 -0700 (PDT) In-Reply-To: <201406271951.s5RJpWO2072430@svn.freebsd.org> References: <201406271951.s5RJpWO2072430@svn.freebsd.org> Date: Fri, 27 Jun 2014 22:30:18 +0200 X-Google-Sender-Auth: 8_hHrele_hFiWImxM_0lHlTfydk Message-ID: Subject: Re: svn commit: r359600 - head/comms/hamlib From: Antoine Brodin To: Stephen Hurd Content-Type: text/plain; charset=UTF-8 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 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: Fri, 27 Jun 2014 20:30:20 -0000 On Fri, Jun 27, 2014 at 9:51 PM, Stephen Hurd wrote: > Author: shurd > Date: Fri Jun 27 19:51:32 2014 > New Revision: 359600 > URL: http://svnweb.freebsd.org/changeset/ports/359600 > QAT: https://qat.redports.org/buildarchive/r359600/ > > Log: > Fix perl module .packlist and remove perllocal.pod > Change maintainer to hamradio@ (per db@) Hi, Please document this team on https://wiki.freebsd.org/PortsTeams Antoine (with hat: pormgr) > > Reviewed by: skreuzer > Approved by: db, skreuzer (mentors) > > Modified: > head/comms/hamlib/Makefile > > Modified: head/comms/hamlib/Makefile > ============================================================================== > --- head/comms/hamlib/Makefile Fri Jun 27 19:35:46 2014 (r359599) > +++ head/comms/hamlib/Makefile Fri Jun 27 19:51:32 2014 (r359600) > @@ -7,7 +7,7 @@ PORTREVISION= 1 > CATEGORIES= comms hamradio > MASTER_SITES= SF > > -MAINTAINER= db@FreeBSD.org > +MAINTAINER= hamlib@FreeBSD.org > COMMENT= Shared libraries for Amateur Radio Equipment Control Applications > > LICENSE= LGPL20 > @@ -46,4 +46,8 @@ post-install: > @${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR} > .endfor > > +post-stage: > + ${FIND} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto -name .packlist -exec ${SED} -i '' 's|^${STAGEDIR}||' '{}' \; > + @${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod* > + > .include >