Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 21:25:36 -0400
From:      Diane Bruce <db@db.net>
To:        Antoine Brodin <antoine@FreeBSD.org>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, Stephen Hurd <shurd@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>
Subject:   Re: svn commit: r359600 - head/comms/hamlib
Message-ID:  <20140628012536.GA1538@night.db.net>
In-Reply-To: <CAALwa8ky6RVwR7VUA%2B%2BpW=3R4Gz7FAWFgMbOuGyCEJBPcXMR%2Bg@mail.gmail.com>
References:  <201406271951.s5RJpWO2072430@svn.freebsd.org> <CAALwa8ky6RVwR7VUA%2B%2BpW=3R4Gz7FAWFgMbOuGyCEJBPcXMR%2Bg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 27, 2014 at 10:30:18PM +0200, Antoine Brodin wrote:
> On Fri, Jun 27, 2014 at 9:51 PM, Stephen Hurd <shurd@freebsd.org> 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

Done.

> 
> 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 <bsd.port.mk>
> >
> _______________________________________________
> svn-ports-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"

-- 
- db@FreeBSD.org db@db.net http://www.db.net/~db



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140628012536.GA1538>