From owner-svn-ports-all@FreeBSD.ORG Thu Feb 12 21:50:55 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 368C7D86; Thu, 12 Feb 2015 21:50:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16898BF; Thu, 12 Feb 2015 21:50:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1CLosfD027158; Thu, 12 Feb 2015 21:50:54 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1CLosPt027155; Thu, 12 Feb 2015 21:50:54 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502122150.t1CLosPt027155@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 12 Feb 2015 21:50:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378899 - in head/finance/ledger: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2015 21:50:55 -0000 Author: madpilot Date: Thu Feb 12 21:50:53 2015 New Revision: 378899 URL: https://svnweb.freebsd.org/changeset/ports/378899 QAT: https://qat.redports.org/buildarchive/r378899/ Log: - Update to 3.1 - Get distribution from github PR: 186518 Submitted by: chmiels@o2.pl Approved by: Maintainer timeout Deleted: head/finance/ledger/files/ Modified: head/finance/ledger/Makefile head/finance/ledger/distinfo head/finance/ledger/pkg-plist Modified: head/finance/ledger/Makefile ============================================================================== --- head/finance/ledger/Makefile Thu Feb 12 21:38:08 2015 (r378898) +++ head/finance/ledger/Makefile Thu Feb 12 21:50:53 2015 (r378899) @@ -2,39 +2,30 @@ # $FreeBSD$ PORTNAME= ledger -PORTVERSION= 2.6.3 -PORTREVISION= 3 +PORTVERSION= 3.1 CATEGORIES= finance -MASTER_SITES= http://cloud.github.com/downloads/jwiegley/${PORTNAME}/ MAINTAINER= woodycarey@hotmail.com COMMENT= John Wiegley's command line accounting program LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/doc/LICENSE +BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:${PORTSDIR}/devel/utf8cpp LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ - libpcre.so:${PORTSDIR}/devel/pcre \ - libxmltok.so:${PORTSDIR}/www/libwww \ - libxmlparse.so:${PORTSDIR}/www/libwww + libmpfr.so:${PORTSDIR}/math/mpfr \ + libedit.so.0:${PORTSDIR}/devel/libedit \ + libboost_system.so:${PORTSDIR}/devel/boost-libs + +USE_GITHUB= yes +GH_ACCOUNT= ledger +GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= 9df7fd4 -USES= libtool USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/w3c-libwww -LDFLAGS+= -L${LOCALBASE}/lib - -SUB_FILES= pkg-message - -INSTALL_TARGET= install-strip - -INFO= ledger - -post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/scripts - ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}${EXAMPLESDIR}/scripts/ - ${INSTALL_DATA} ${WRKSRC}/sample.dat ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/setup.py ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/ledger.vim ${STAGEDIR}${EXAMPLESDIR} +USES= cmake compiler:c++11-lib + +CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \ + -DCMAKE_INCLUDE_PATH=${LOCALBASE}/include .include Modified: head/finance/ledger/distinfo ============================================================================== --- head/finance/ledger/distinfo Thu Feb 12 21:38:08 2015 (r378898) +++ head/finance/ledger/distinfo Thu Feb 12 21:50:53 2015 (r378899) @@ -1,2 +1,2 @@ -SHA256 (ledger-2.6.3.tar.gz) = b3ecd0174a3500bb96fe047617b1ee870cc5196deb0230393d933dceaeb7f717 -SIZE (ledger-2.6.3.tar.gz) = 660752 +SHA256 (ledger-3.1.tar.gz) = 97bd3dc14b88c2ec622b466e24011bc413485ec1c4e253093e3243ebb53da0b1 +SIZE (ledger-3.1.tar.gz) = 817824 Modified: head/finance/ledger/pkg-plist ============================================================================== --- head/finance/ledger/pkg-plist Thu Feb 12 21:38:08 2015 (r378898) +++ head/finance/ledger/pkg-plist Thu Feb 12 21:50:53 2015 (r378899) @@ -1,52 +1,65 @@ bin/ledger -include/ledger/acconf.h +include/ledger/account.h include/ledger/amount.h +include/ledger/annotate.h +include/ledger/archive.h include/ledger/balance.h -include/ledger/binary.h -include/ledger/config.h +include/ledger/chain.h +include/ledger/commodity.h +include/ledger/compare.h +include/ledger/context.h +include/ledger/convert.h include/ledger/csv.h -include/ledger/datetime.h -include/ledger/debug.h -include/ledger/derive.h +include/ledger/draft.h include/ledger/emacs.h include/ledger/error.h +include/ledger/expr.h +include/ledger/exprbase.h +include/ledger/filters.h +include/ledger/flags.h include/ledger/format.h -include/ledger/gnucash.h +include/ledger/generate.h +include/ledger/global.h +include/ledger/history.h +include/ledger/item.h +include/ledger/iterators.h include/ledger/journal.h -include/ledger/ledger.h +include/ledger/lookup.h include/ledger/mask.h -include/ledger/ofx.h +include/ledger/op.h include/ledger/option.h +include/ledger/org.h +include/ledger/output.h include/ledger/parser.h -include/ledger/qif.h +include/ledger/pool.h +include/ledger/post.h +include/ledger/precmd.h +include/ledger/predicate.h +include/ledger/print.h +include/ledger/pstream.h +include/ledger/ptree.h +include/ledger/pyfstream.h +include/ledger/pyinterp.h +include/ledger/pyutils.h +include/ledger/query.h include/ledger/quotes.h -include/ledger/reconcile.h include/ledger/report.h -include/ledger/textual.h -include/ledger/timing.h -include/ledger/util.h -include/ledger/valexpr.h +include/ledger/scope.h +include/ledger/select.h +include/ledger/session.h +include/ledger/stats.h +include/ledger/stream.h +include/ledger/strptime.h +include/ledger/system.hh +include/ledger/temps.h +include/ledger/timelog.h +include/ledger/times.h +include/ledger/token.h +include/ledger/unistring.h +include/ledger/utils.h include/ledger/value.h -include/ledger/walk.h -include/ledger/xml.h -lib/libamounts.a -lib/libamounts.so -lib/libamounts.so.0 -lib/libamounts.so.0.0.0 -lib/libledger-2.6.3.so -lib/libledger.a +include/ledger/views.h +include/ledger/xact.h lib/libledger.so -%%EXAMPLESDIR%%/ledger.vim -%%EXAMPLESDIR%%/sample.dat -%%EXAMPLESDIR%%/scripts/README -%%EXAMPLESDIR%%/scripts/bal -%%EXAMPLESDIR%%/scripts/bal-huquq -%%EXAMPLESDIR%%/scripts/entry -%%EXAMPLESDIR%%/scripts/getquote -%%EXAMPLESDIR%%/scripts/ledger-du -%%EXAMPLESDIR%%/scripts/report -%%EXAMPLESDIR%%/scripts/tc -%%EXAMPLESDIR%%/scripts/ti -%%EXAMPLESDIR%%/scripts/to -%%EXAMPLESDIR%%/scripts/trend -%%EXAMPLESDIR%%/setup.py +lib/libledger.so.3 +man/man1/ledger.1.gz