svn commit: r501617 - head/databases/foundationdb

Vanilla Hsu vanilla at fatpipi.com
Tue May 14 09:05:26 UTC 2019


It seems nice to me, thanks.

Tobias Kortkamp <tobik at freebsd.org> 於 2019年5月14日 週二 下午4:45寫道:

> On Tue, May 14, 2019 at 04:44:18AM +0000, Vanilla I. Shu wrote:
> > Author: vanilla
> > Date: Tue May 14 04:44:18 2019
> > New Revision: 501617
> > URL: https://svnweb.freebsd.org/changeset/ports/501617
> >
> > Log:
> >   Update to 6.1.6.
> >
> > Modified:
> >   head/databases/foundationdb/Makefile
> >   head/databases/foundationdb/distinfo
> >   head/databases/foundationdb/pkg-plist
> >
> > Modified: head/databases/foundationdb/Makefile
> >
> ==============================================================================
> > --- head/databases/foundationdb/Makefile      Tue May 14 04:43:43 2019
>       (r501616)
> > +++ head/databases/foundationdb/Makefile      Tue May 14 04:44:18 2019
>       (r501617)
> > @@ -2,7 +2,7 @@
> >  # $FreeBSD$
> >
> >  PORTNAME=    foundationdb
> > -PORTVERSION= 6.1.1
> > +PORTVERSION= 6.1.6
> >  CATEGORIES=  databases
> >
> >  MAINTAINER=  vanilla at FreeBSD.org
> > @@ -45,13 +45,16 @@ do-install:
> >       ${INSTALL_PROGRAM} ${WRKSRC}/bin/fdbbackup ${STAGEDIR}${PREFIX}/bin
> >       ${INSTALL_PROGRAM} ${WRKSRC}/bin/fdbcli ${STAGEDIR}${PREFIX}/bin
> >       ${LN} -sf ${PREFIX}/bin/fdbbackup
> ${STAGEDIR}${PREFIX}/bin/fdbrestore
> > -     ${INSTALL_PROGRAM} ${WRKSRC}/bin/fdbmonitor
> ${STAGEDIR}${PREFIX}/sbin
> > -     ${INSTALL_PROGRAM} ${WRKSRC}/bin/fdbserver
> ${STAGEDIR}${PREFIX}/sbin
> > +     ${INSTALL_PROGRAM} ${WRKSRC}/lib/libfdbclient.a
> ${STAGEDIR}/${PREFIX}/lib
> > +     ${INSTALL_PROGRAM} ${WRKSRC}/lib/libfdbrpc.a
> ${STAGEDIR}/${PREFIX}/lib
> > +     ${INSTALL_PROGRAM} ${WRKSRC}/lib/libflow.a
> ${STAGEDIR}/${PREFIX}/lib
>
> Why strip and install the static libraries with executable permissions?
> Normally we use INSTALL_DATA to install static libraries.
>


More information about the svn-ports-all mailing list