1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- update to 1.4

PR:		140320
Submitted by:	Hung-Yi Chen
This commit is contained in:
Dirk Meyer 2009-11-06 21:21:30 +00:00
parent 03e239d5c3
commit 4c33f16d41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243906
3 changed files with 4 additions and 16 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= miniupnpc
PORTVERSION= 1.3
PORTREVISION= 1
PORTVERSION= 1.4
CATEGORIES?= net
MASTER_SITES= http://miniupnp.free.fr/files/

View File

@ -1,3 +1,3 @@
MD5 (miniupnpc-1.3.tar.gz) = a8188f1bfeaf0c789a0ee8d84a4f392f
SHA256 (miniupnpc-1.3.tar.gz) = 56733a65f4b5afe24f8304cfda545c5bc1c62561259b1c59dec8ccf2fefb7620
SIZE (miniupnpc-1.3.tar.gz) = 40058
MD5 (miniupnpc-1.4.tar.gz) = e8de10c42d64e77c321e57400d50e7e4
SHA256 (miniupnpc-1.4.tar.gz) = 795fe3f90142622ec12444c336d6fb813c32fd05059b3ccbeb12e9b9ef8d25f3
SIZE (miniupnpc-1.4.tar.gz) = 41790

View File

@ -1,11 +0,0 @@
--- updateminiupnpcstrings.sh~
+++ updateminiupnpcstrings.sh
@@ -27,7 +27,7 @@ fi
echo "Detected OS [$OS_NAME] version [$OS_VERSION]"
-EXPR="s/OS_STRING\s\".*\"/OS_STRING \"${OS_NAME}\/${OS_VERSION}\"/"
+EXPR="/OS_STRING/s|\".*\"|\"${OS_NAME}/${OS_VERSION}\"|"
#echo $EXPR
echo "Backuping $FILE to $FILE.bak."
cp $FILE $FILE.bak