diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-26 00:40:48 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-26 00:40:48 +0000 |
commit | 3924a8eb4c2702c2e43755424259f79a6318e0e2 (patch) | |
tree | c10f9cab5ba482d05053433726bea1805aea8e9c /x11-toolkits/fox14 | |
parent | d5992e92c57098977d89344f2e6101b69a394842 (diff) | |
download | ports-3924a8eb4c2702c2e43755424259f79a6318e0e2.tar.gz ports-3924a8eb4c2702c2e43755424259f79a6318e0e2.zip |
Notes
Diffstat (limited to 'x11-toolkits/fox14')
-rw-r--r-- | x11-toolkits/fox14/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/fox14/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/fox14/pkg-plist | 9 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index 95a32f47e9c6..e0df3136b03c 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fox -PORTVERSION?= 0.99.181 +PORTVERSION?= 0.99.189 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ diff --git a/x11-toolkits/fox14/distinfo b/x11-toolkits/fox14/distinfo index 3874fbdc068c..e6608be7a9dc 100644 --- a/x11-toolkits/fox14/distinfo +++ b/x11-toolkits/fox14/distinfo @@ -1,3 +1,3 @@ MD5 (fox-0.99.174.tar.gz) = 8546249fd51964c8269aecbcbb9e7946 MD5 (fox-unicode-0.99.174.diff) = 7f24a256f24179e64cd778fa748454a0 -MD5 (fox-0.99.181.tar.gz) = 276741dee6400b3af5ef8c9171ca734b +MD5 (fox-0.99.189.tar.gz) = 41beee7a8affe3edb81a2f4bb62e23f5 diff --git a/x11-toolkits/fox14/pkg-plist b/x11-toolkits/fox14/pkg-plist index 86da33db91f0..898b4c60a53c 100644 --- a/x11-toolkits/fox14/pkg-plist +++ b/x11-toolkits/fox14/pkg-plist @@ -8,6 +8,7 @@ include/fox/FXBMPIcon.h include/fox/FXBMPImage.h include/fox/FXBitmap.h include/fox/FXButton.h +%%NEWFILE%%include/fox/FXCURCursor.h include/fox/FXCanvas.h include/fox/FXCharset.h include/fox/FXCheckButton.h @@ -111,7 +112,7 @@ include/fox/FXPacker.h include/fox/FXPoint.h include/fox/FXPopup.h include/fox/FXPrintDialog.h -include/fox/FXProfiler.h +%%OLDFILE%%include/fox/FXProfiler.h include/fox/FXProgressBar.h include/fox/FXProgressDialog.h include/fox/FXQuat.h @@ -122,6 +123,7 @@ include/fox/FXRectangle.h include/fox/FXRegion.h include/fox/FXRegistry.h include/fox/FXReplaceDialog.h +%%NEWFILE%%include/fox/FXRex.h include/fox/FXRootWindow.h include/fox/FXScrollArea.h include/fox/FXScrollWindow.h @@ -173,7 +175,7 @@ include/fox/fx.h include/fox/fx3d.h include/fox/fxdefs.h include/fox/fxkeys.h -include/fox/fxregex.h +%%OLDFILE%%include/fox/fxregex.h include/fox/fxver.h include/fox/xincs.h @dirrm include/fox @@ -219,14 +221,15 @@ lib/libFOX.so.%%LIBVER%% %%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/pathfinder.html %%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/projects.html %%PORTDOCS%%share/doc/fox/html/registry.html +%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/rex.html %%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/scribble.png %%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/screenshots.html %%PORTDOCS%%share/doc/fox/html/serialization.html %%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/sgitextedit.png +%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/styles.css %%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/tb-paste.png %%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/textedit.png %%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/textedit2.png -%%PORTDOCS%%%%NEWFILE%%share/doc/fox/html/styles.css %%PORTDOCS%%share/doc/fox/html/timers.html %%PORTDOCS%%share/doc/fox/html/widgets.html %%PORTDOCS%%%%OLDFILE%%share/doc/fox/html/win32-libraries.png |