svn commit: r523705 - in head/textproc/lowdown: . files
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jan 21 09:39:18 UTC 2020
On Tue, Jan 21, 2020 at 10:17:55AM +0100, Mathieu Arnold wrote:
> On Tue, Jan 21, 2020 at 08:59:44AM +0000, Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Tue Jan 21 08:59:44 2020
> > New Revision: 523705
> > URL: https://svnweb.freebsd.org/changeset/ports/523705
> >
> > Log:
> > Update to 0.5.0
> >
> > Deleted:
> > head/textproc/lowdown/files/
> > Modified:
> > head/textproc/lowdown/Makefile
> > head/textproc/lowdown/distinfo
> > head/textproc/lowdown/pkg-plist
> >
> > Modified: head/textproc/lowdown/Makefile
> > ==============================================================================
> > --- head/textproc/lowdown/Makefile Tue Jan 21 08:55:36 2020 (r523704)
> > +++ head/textproc/lowdown/Makefile Tue Jan 21 08:59:44 2020 (r523705)
> > @@ -1,7 +1,7 @@
> > # $FreeBSD$
> >
> > PORTNAME= lowdown
> > -PORTVERSION= 0.4.6
> > +PORTVERSION= 0.5.0
> > CATEGORIES= textproc
> > MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/
> >
> > @@ -12,7 +12,7 @@ LICENSE= ISCL
> >
> > BUILD_DEPENDS= ${LOCALBASE}/lib/libdiff.a:textproc/libdiff
> > LDFLAGS+= -lmd
> > -MAKE_ARGS= LDFLAGS="${LDFLAGS}"
> > +MAKE_ARGS= LDFLAGS="${LDFLAGS}" MANDIR=${PREFIX}/share/man
>
> So, now, you are altering how the software works so that man pages are
> installed in some other location.
> I do not follow all this. What you did earlier was make
> PREFIX/share/man also work as a place for man pages, moving everyone
> there is not really important, both work just fine.
>
For consistency when the discussion happened the plan was not to allow to have 2
targets in ${PREFIX} but only one that is consistent with base. While i agree
there is no rush needed in moving everything to that new target directory and it
can be done on the fly, I still think it is less confusing for users in the end
to have only 1 target for manpages in ${PREFIX}
Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200121/c8e59568/attachment.sig>
More information about the svn-ports-all
mailing list