Summary: | [maintainer update] misc/lifelines | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | matt | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
matt
2014-02-15 21:20:00 UTC
Author: rakuco Date: Sat Feb 15 21:40:31 2014 New Revision: 344485 URL: http://svnweb.freebsd.org/changeset/ports/344485 QAT: https://qat.redports.org/buildarchive/r344485/ Log: - Update to 3.0.62 [1] - Support staging PR: ports/186801 [1] Submitted by: Matt Emmerton <matt@gsicomp.on.ca> (maintainer) Modified: head/misc/lifelines/Makefile head/misc/lifelines/distinfo head/misc/lifelines/pkg-plist Modified: head/misc/lifelines/Makefile ============================================================================== --- head/misc/lifelines/Makefile Sat Feb 15 21:26:48 2014 (r344484) +++ head/misc/lifelines/Makefile Sat Feb 15 21:40:31 2014 (r344485) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= lifelines -PORTVERSION= 3.0.51 -PORTREVISION= 1 +PORTVERSION= 3.0.62 CATEGORIES= misc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20beta%20versions/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= matt@gsicomp.on.ca COMMENT= An advanced genealogical system @@ -14,11 +13,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USES= bison iconv -MAN1= btedit.1 dbverify.1 llines.1 - -NO_STAGE= yes - -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS NLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -39,9 +34,4 @@ post-patch: ${WRKSRC}/docs/Makefile.in .endif -post-install: -.for file in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/docs/${file} ${MANPREFIX}/man/man1 -.endfor - .include <bsd.port.mk> Modified: head/misc/lifelines/distinfo ============================================================================== --- head/misc/lifelines/distinfo Sat Feb 15 21:26:48 2014 (r344484) +++ head/misc/lifelines/distinfo Sat Feb 15 21:40:31 2014 (r344485) @@ -1,2 +1,2 @@ -SHA256 (lifelines-3.0.51.tar.bz2) = ed02450cd206d27bc2f220f4e5f178ad0fc1e165131c882c3bcbb78bdf950819 -SIZE (lifelines-3.0.51.tar.bz2) = 2336717 +SHA256 (lifelines-3.0.62.tar.bz2) = 1c279958748e0f80b399bd8ea29f4030aa6db93059785d68abccf98b59c41e05 +SIZE (lifelines-3.0.62.tar.bz2) = 2289866 Modified: head/misc/lifelines/pkg-plist ============================================================================== --- head/misc/lifelines/pkg-plist Sat Feb 15 21:26:48 2014 (r344484) +++ head/misc/lifelines/pkg-plist Sat Feb 15 21:40:31 2014 (r344485) @@ -2,6 +2,10 @@ bin/btedit bin/dbverify bin/llexec bin/llines +man/man1/btedit.1.gz +man/man1/dbverify.1.gz +man/man1/llexec.1.gz +man/man1/llines.1.gz %%PORTDOCS%%%%DOCSDIR%%/.linesrc %%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS %%PORTDOCS%%%%DOCSDIR%%/AUTHORS @@ -15,10 +19,14 @@ bin/llines %%PORTDOCS%%%%DOCSDIR%%/README.INTERNATIONAL %%PORTDOCS%%%%DOCSDIR%%/README.LAYOUT %%PORTDOCS%%%%DOCSDIR%%/README.MAINTAINERS +%%PORTDOCS%%%%DOCSDIR%%/README.MAINTAINERS.rpm +%%PORTDOCS%%%%DOCSDIR%%/README.MAINTAINERS.win32 %%PORTDOCS%%%%DOCSDIR%%/lines.cfg %%PORTDOCS%%%%DOCSDIR%%/lines.cfg.input %%PORTDOCS%%%%DOCSDIR%%/ll-devguide.html %%PORTDOCS%%%%DOCSDIR%%/ll-devguide.xml +%%PORTDOCS%%%%DOCSDIR%%/ll-index.html +%%PORTDOCS%%%%DOCSDIR%%/ll-index.sv.html %%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.html %%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.pdf %%PORTDOCS%%%%DOCSDIR%%/ll-reportmanual.sv.html @@ -147,6 +155,8 @@ bin/llines %%DATADIR%%/line.ll %%DATADIR%%/listsour.ll %%DATADIR%%/ll-devguide.html +%%DATADIR%%/ll-index.html +%%DATADIR%%/ll-index.sv.html %%DATADIR%%/ll-reportmanual.html %%DATADIR%%/ll-reportmanual.pdf %%DATADIR%%/ll-reportmanual.sv.html @@ -156,7 +166,7 @@ bin/llines %%DATADIR%%/ll-userguide.sv.html %%DATADIR%%/ll-userguide.txt %%DATADIR%%/ll.png -%%DATADIR%%/ll2html4.ll +%%DATADIR%%/ll2html.ll %%DATADIR%%/ll2visio.ll %%DATADIR%%/lldb.ll %%DATADIR%%/longlines.ll _______________________________________________ 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" State Changed From-To: open->closed Committed, thank you. I've also added support for staging, which in turn showed problems with the plist, which I ended up fixing. |