diff options
author | gahr <gahr@FreeBSD.org> | 2012-01-03 17:45:07 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-01-03 17:45:07 +0800 |
commit | 46270f8b47fb49869a5d06531b1e7d863b652845 (patch) | |
tree | a591345e1fc9dcdc1cd76b4a14421d931d33d130 | |
parent | 358beb66f75811310c9327c457fdb7620af0a510 (diff) | |
download | freebsd-ports-gnome-46270f8b47fb49869a5d06531b1e7d863b652845.tar.gz freebsd-ports-gnome-46270f8b47fb49869a5d06531b1e7d863b652845.tar.zst freebsd-ports-gnome-46270f8b47fb49869a5d06531b1e7d863b652845.zip |
- Update to 1.7.31
See http://www.fox-toolkit.org/news.html for release notes.
-rw-r--r-- | x11-toolkits/fox17/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/fox17/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index 64069f118476..1374c03be126 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fox -PORTVERSION= 1.7.30 +PORTVERSION= 1.7.31 CATEGORIES= x11-toolkits MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ ftp://ftp.fox-toolkit.org/pub/ @@ -50,7 +50,7 @@ BROKEN= Does not link on powerpc .endif post-patch: - ${REINPLACE_CMD} -e '/^Libs:/s|$$| ${PTHREAD_LIBS}|' ${WRKSRC}/fox17.pc.in + ${REINPLACE_CMD} -e '/^Libs:/s|$$| ${PTHREAD_LIBS}|; s|"||g' ${WRKSRC}/fox17.pc.in .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e '/^SUBDIRS/s/ doc//' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in .endif diff --git a/x11-toolkits/fox17/distinfo b/x11-toolkits/fox17/distinfo index 7482bd8b7702..f092f3fc7043 100644 --- a/x11-toolkits/fox17/distinfo +++ b/x11-toolkits/fox17/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.30.tar.gz) = 4eb9af4bde8cfe7243738195b62879d607736fa0b43a12fd5be42ef047692714 -SIZE (fox-1.7.30.tar.gz) = 4934744 +SHA256 (fox-1.7.31.tar.gz) = 171b0e42bf9266997e4b605413fda963e5b081520335c634a4d59709735ec626 +SIZE (fox-1.7.31.tar.gz) = 4950129 |