Update port version to 2.0.7

This commit is contained in:
Timur I. Bakeyev 2011-10-16 22:32:37 +00:00
parent 6660811ff2
commit 887e499fd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283618
3 changed files with 8 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= talloc
PORTVERSION= 2.0.5
PORTVERSION= 2.0.7
PORTREVISION= 0
PORTEPOCH= 0
CATEGORIES= devel
@ -25,9 +25,10 @@ USE_LDCONFIG= yes
HAS_CONFIGURE= yes
WAF_TOOL= buildtools/bin/waf
CONFIGURE_SCRIPT= ${WAF_TOOL} configure
CONFIGURE_LOG= bin/config.log
USE_GNOME= pkgconfig
LICENSE= GPLv3
LICENSE= LGPL3
MAKE_JOBS_SAFE= yes
PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig

View File

@ -1,2 +1,2 @@
SHA256 (talloc-2.0.5.tar.gz) = b949eb0c4f3467ef26bb8f6af64da3b20df5e34b4243fe2a5a0c28435ba6b32a
SIZE (talloc-2.0.5.tar.gz) = 365388
SHA256 (talloc-2.0.7.tar.gz) = 59e1e8619b44eb820405cf76ab15607c35ac6e3460377016eb43f81bca22768a
SIZE (talloc-2.0.7.tar.gz) = 370705

View File

@ -2,12 +2,12 @@
.\" Title: talloc
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 07/29/2011
.\" Date: 10/06/2011
.\" Manual: [FIXME: manual]
.\" Source: [FIXME: source]
.\" Language: English
.\"
.TH "TALLOC" "3" "07/29/2011" "[FIXME: source]" "[FIXME: manual]"
.TH "TALLOC" "3" "10/06/2011" "[FIXME: source]" "[FIXME: manual]"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@ -666,7 +666,7 @@ malloc(3), strndup(3), vasprintf(3), asprintf(3),
.PP
Copyright (C) Andrew Tridgell 2004
.PP
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version\&.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version\&.
.PP
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE\&. See the GNU General Public License for more details\&.
.PP