From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 28 15:00:19 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A752E1065673 for ; Tue, 28 Jun 2011 15:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7DBE68FC14 for ; Tue, 28 Jun 2011 15:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5SF0J08051611 for ; Tue, 28 Jun 2011 15:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5SF0Jri051610; Tue, 28 Jun 2011 15:00:19 GMT (envelope-from gnats) Resent-Date: Tue, 28 Jun 2011 15:00:19 GMT Resent-Message-Id: <201106281500.p5SF0Jri051610@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Guido Falsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 255101065673 for ; Tue, 28 Jun 2011 14:59:15 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 821068FC0C for ; Tue, 28 Jun 2011 14:59:14 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 6577B1CCD for ; Tue, 28 Jun 2011 16:59:13 +0200 (CEST) Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ULB+0SMhK4Kw for ; Tue, 28 Jun 2011 16:59:05 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 1E41C1CC4; Tue, 28 Jun 2011 16:59:05 +0200 (CEST) Message-Id: <20110628145905.1E41C1CC4@megatron.madpilot.net> Date: Tue, 28 Jun 2011 16:59:05 +0200 (CEST) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158393: devel/monotone: upgrade to 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 15:00:19 -0000 >Number: 158393 >Category: ports >Synopsis: devel/monotone: upgrade to 1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 28 15:00:18 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 8.2-STABLE amd64 >Organization: none >Environment: System: FreeBSD megatron.madpilot.net 8.2-STABLE FreeBSD 8.2-STABLE #1: Mon Jun 6 20:10:31 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: Upgrade devel/monotone to 1.0. Also make portlint happy about the order of LICENSE and DEPENDS. >How-To-Repeat: >Fix: diff -ruN monotone.old/Makefile monotone/Makefile --- monotone.old/Makefile 2011-06-28 16:56:27.045527306 +0200 +++ monotone/Makefile 2011-06-28 16:56:38.473073510 +0200 @@ -6,40 +6,57 @@ # PORTNAME= monotone -PORTVERSION= 0.99.1 -PORTREVISION= 1 +PORTVERSION= 1.0 CATEGORIES= devel MASTER_SITES= http://www.monotone.ca/downloads/${PORTVERSION}/ MAINTAINER= lapo@lapo.it COMMENT= A distributed version control system with digital signatures +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ idn.17:${PORTSDIR}/dns/libidn \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ botan.0:${PORTSDIR}/security/botan -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - SUB_FILES= pkg-message +USE_BZIP2= yes USE_PERL5_BUILD=yes USE_ICONV= yes USE_GMAKE= yes USE_LUA= 5.1+ GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ +CPPFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ MAKEINFO="makeinfo --no-split" -PLIST_FILES= bin/mtn bin/mtnopt share/zsh/site-functions/_mtn \ +PLIST_FILES= bin/mtn bin/mtn-cleanup bin/mtnopt \ + share/monotone/hooks/authorize_remote_automate.lua \ + share/monotone/hooks/get_passphrase_from_file.lua \ + share/monotone/hooks/monotone-buildbot.lua \ + share/monotone/hooks/monotone-ciabot.lua \ + share/monotone/hooks/monotone-cluster-push.lua \ + share/monotone/hooks/monotone-cvs-ignore.lua \ + share/monotone/hooks/monotone-mail-notify.lua \ + share/monotone/scripts/monotone-ciabot.py \ + share/monotone/scripts/monotone-mail-notify \ + etc/bash_completion.d/monotone.bash_completion \ + share/zsh/site-functions/_mtn \ "@unexec [ -f %D/bin/zsh ] || ${RMDIR} %D/share/zsh/site-functions 2>/dev/null || true" \ - "@dirrmtry share/zsh" + "@dirrmtry share/zsh" \ + "@dirrmtry etc/bash_completion.d" \ + "@dirrm share/monotone/hooks" \ + "@dirrm share/monotone/scripts" \ + "@dirrm share/monotone" .if !defined(NO_INSTALL_MANPAGES) INFO= monotone -MAN1= mtn.1 +MAN1= mtn.1 \ + mtn-cleanup.1 \ + mtnopt.1 .endif PORTDOCS= * @@ -54,7 +71,7 @@ .else USE_GETTEXT= yes PLIST_FILES+= share/locale/de/LC_MESSAGES/monotone.mo \ - share/locale/es/LC_MESSAGES/monotone.mo \ + share/locale/fr/LC_MESSAGES/monotone.mo \ share/locale/it/LC_MESSAGES/monotone.mo \ share/locale/pt/LC_MESSAGES/monotone.mo \ share/locale/sv/LC_MESSAGES/monotone.mo diff -ruN monotone.old/distinfo monotone/distinfo --- monotone.old/distinfo 2011-06-28 16:56:27.045527306 +0200 +++ monotone/distinfo 2011-06-28 16:56:38.473073510 +0200 @@ -1,2 +1,2 @@ -SHA256 (monotone-0.99.1.tar.gz) = 204ebb12f36599ac4c105ae5bf45edd7da13a4e57dc45f31789634fc8c2b30a1 -SIZE (monotone-0.99.1.tar.gz) = 4940291 +SHA256 (monotone-1.0.tar.bz2) = 5c530bc4652b2c08b5291659f0c130618a14780f075f981e947952dcaefc31dc +SIZE (monotone-1.0.tar.bz2) = 3588074 >Release-Note: >Audit-Trail: >Unformatted: