diff options
author | timur <timur@FreeBSD.org> | 2011-10-17 06:32:37 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2011-10-17 06:32:37 +0800 |
commit | 075088d402c3d859a4892394cee9ca9c2cee2178 (patch) | |
tree | 23e957923acb2f0742f6f6f45faf1ced90698f36 /devel | |
parent | 1c2ae6ebe4c27eb95adb1e93b3c4bf0edb9e18b0 (diff) | |
download | freebsd-ports-gnome-075088d402c3d859a4892394cee9ca9c2cee2178.tar.gz freebsd-ports-gnome-075088d402c3d859a4892394cee9ca9c2cee2178.tar.zst freebsd-ports-gnome-075088d402c3d859a4892394cee9ca9c2cee2178.zip |
Update port version to 2.0.7
Diffstat (limited to 'devel')
-rw-r--r-- | devel/talloc/Makefile | 5 | ||||
-rw-r--r-- | devel/talloc/distinfo | 4 | ||||
-rw-r--r-- | devel/talloc/files/talloc.3 | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index 31ddbda37fc1..7c68ec826484 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -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 diff --git a/devel/talloc/distinfo b/devel/talloc/distinfo index e4bc630d3904..1ba721451f29 100644 --- a/devel/talloc/distinfo +++ b/devel/talloc/distinfo @@ -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 diff --git a/devel/talloc/files/talloc.3 b/devel/talloc/files/talloc.3 index 651d76345b2f..abcfd453630b 100644 --- a/devel/talloc/files/talloc.3 +++ b/devel/talloc/files/talloc.3 @@ -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 |