mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
- Update to the latest version (0.3.0).
- Update MASTER_SITES since it has moved. Reviewed by: petef
This commit is contained in:
parent
14bcdc8bf7
commit
03444cdbf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145771
3 changed files with 24 additions and 4 deletions
|
@ -6,9 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= libcapsinetwork
|
||||
PORTVERSION= 0.2.5
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= devel net
|
||||
MASTER_SITES= http://unixcode.org/downloads/libcapsinetwork/
|
||||
MASTER_SITES= http://www.robertjohnkaper.com/downloads/atlantik/
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
COMMENT= Network library aimed at easy development of C++ server daemons
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (libcapsinetwork-0.2.5.tar.gz) = f5bad47a148ed9280699883b1e23a016
|
||||
SIZE (libcapsinetwork-0.2.5.tar.gz) = 195023
|
||||
MD5 (libcapsinetwork-0.3.0.tar.gz) = 9e6e221fdd1ec53c518b2ca61830e8cf
|
||||
SIZE (libcapsinetwork-0.3.0.tar.gz) = 282682
|
||||
|
|
20
devel/libcapsinetwork/files/patch-configure
Normal file
20
devel/libcapsinetwork/files/patch-configure
Normal file
|
@ -0,0 +1,20 @@
|
|||
$FreeBSD$
|
||||
|
||||
--- configure.orig Thu Oct 13 14:31:41 2005
|
||||
+++ configure Thu Oct 13 14:32:39 2005
|
||||
@@ -157,9 +157,13 @@
|
||||
|
||||
|
||||
|
||||
-tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`
|
||||
+if ! echo "$tagnames" | grep -q CXX; then
|
||||
+ tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`
|
||||
+fi
|
||||
|
||||
-tagnames=`echo "$tagnames,F77" | sed 's/^,//'`
|
||||
+if ! echo "$tagnames" | grep -q F77; then
|
||||
+ tagnames=`echo "$tagnames,F77" | sed 's/^,//'`
|
||||
+fi
|
||||
|
||||
if expr a : '\(a\)' >/dev/null 2>&1; then
|
||||
as_expr=expr
|
Loading…
Add table
Reference in a new issue