svn commit: r359600 - head/comms/hamlib

Diane Bruce db at db.net
Sat Jun 28 01:25:46 UTC 2014


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 at 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 at FreeBSD.org
> > +MAINTAINER=    hamlib at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"

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


More information about the svn-ports-head mailing list