diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-24 09:01:15 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-24 09:01:15 +0000 |
commit | f6cff08d224cf98870fc44f2ea941349779fa0ae (patch) | |
tree | 9c827ccdde72df2999357d5e5a4a875836fd6eea /x11-toolkits | |
parent | bd8f6f8c354ba97acba4677cf0071026a60362af (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fox17/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/fox17/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/fox17/pkg-plist | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index d04f572f5405..6697f0326882 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fox -PORTVERSION= 1.7.45 +PORTVERSION= 1.7.46 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ @@ -75,4 +75,8 @@ post-patch: ${REINPLACE_CMD} -e '/^SUBDIRS/s/ doc//' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in .endif +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libFOX-${MAJORVER}.so \ + ${STAGEDIR}${PREFIX}/lib/libCHART-${MAJORVER}.so + .include <bsd.port.mk> diff --git a/x11-toolkits/fox17/distinfo b/x11-toolkits/fox17/distinfo index 4847846598cc..aa398c0b904b 100644 --- a/x11-toolkits/fox17/distinfo +++ b/x11-toolkits/fox17/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.45.tar.gz) = 78f2b5f609a52d21da08e693d45b8eeb9d4ceed52ad86e451ef4485f2375c829 -SIZE (fox-1.7.45.tar.gz) = 5254563 +SHA256 (fox-1.7.46.tar.gz) = 3696086466e52f52677f9f17be98af2483c654bc44277452f282b6922e36e997 +SIZE (fox-1.7.46.tar.gz) = 5260620 diff --git a/x11-toolkits/fox17/pkg-plist b/x11-toolkits/fox17/pkg-plist index 2bc57f6f0327..af75534f1d2e 100644 --- a/x11-toolkits/fox17/pkg-plist +++ b/x11-toolkits/fox17/pkg-plist @@ -105,7 +105,6 @@ include/fox-%%MAJORVER%%/FXDebugTarget.h include/fox-%%MAJORVER%%/FXDelegator.h include/fox-%%MAJORVER%%/FXDial.h include/fox-%%MAJORVER%%/FXDialogBox.h -include/fox-%%MAJORVER%%/FXDict.h include/fox-%%MAJORVER%%/FXDictionary.h include/fox-%%MAJORVER%%/FXDir.h include/fox-%%MAJORVER%%/FXDirBox.h @@ -128,8 +127,8 @@ include/fox-%%MAJORVER%%/FXExpression.h include/fox-%%MAJORVER%%/FXExtentd.h include/fox-%%MAJORVER%%/FXExtentf.h include/fox-%%MAJORVER%%/FXFile.h +include/fox-%%MAJORVER%%/FXFileAssociations.h include/fox-%%MAJORVER%%/FXFileDialog.h -include/fox-%%MAJORVER%%/FXFileDict.h include/fox-%%MAJORVER%%/FXFileList.h include/fox-%%MAJORVER%%/FXFileSelector.h include/fox-%%MAJORVER%%/FXFileStream.h @@ -167,7 +166,7 @@ include/fox-%%MAJORVER%%/FXIO.h include/fox-%%MAJORVER%%/FXIOBuffer.h include/fox-%%MAJORVER%%/FXIODevice.h include/fox-%%MAJORVER%%/FXIcon.h -include/fox-%%MAJORVER%%/FXIconDict.h +include/fox-%%MAJORVER%%/FXIconCache.h include/fox-%%MAJORVER%%/FXIconList.h include/fox-%%MAJORVER%%/FXIconSource.h include/fox-%%MAJORVER%%/FXId.h @@ -289,7 +288,6 @@ include/fox-%%MAJORVER%%/FXStatusBar.h include/fox-%%MAJORVER%%/FXStatusLine.h include/fox-%%MAJORVER%%/FXStream.h include/fox-%%MAJORVER%%/FXString.h -include/fox-%%MAJORVER%%/FXStringDict.h include/fox-%%MAJORVER%%/FXStringDictionary.h include/fox-%%MAJORVER%%/FXSwitcher.h include/fox-%%MAJORVER%%/FXSystem.h |