diff options
author | arved <arved@FreeBSD.org> | 2004-11-05 03:36:46 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-11-05 03:36:46 +0800 |
commit | 60b26af6e1e5581cbf64e8b718a93bea9e252439 (patch) | |
tree | 803c6c3932b8205c814d06cfc2981089c2005f82 | |
parent | 7d34bf2127347e3618dd8f543d6af5db6ff7cb58 (diff) | |
download | freebsd-ports-graphics-60b26af6e1e5581cbf64e8b718a93bea9e252439.tar.gz freebsd-ports-graphics-60b26af6e1e5581cbf64e8b718a93bea9e252439.tar.zst freebsd-ports-graphics-60b26af6e1e5581cbf64e8b718a93bea9e252439.zip |
Update to 0.0.20041025
This version is a minor update, the most important fix being
that extension functions will now be properly intercepted.
If the previous version worked for you, and you are not
using extensions, then you shouldn't need to update.
PR: 73117
Submitted by: Erik Greenwald <erik@smluc.org>
-rw-r--r-- | graphics/bugle/Makefile | 2 | ||||
-rw-r--r-- | graphics/bugle/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index 1ed5c3ae431..27d9c1257e1 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bugle -PORTVERSION= 0.0.20041011 +PORTVERSION= 0.0.20041025 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bugle diff --git a/graphics/bugle/distinfo b/graphics/bugle/distinfo index 5a5e4399a8c..8b995740014 100644 --- a/graphics/bugle/distinfo +++ b/graphics/bugle/distinfo @@ -1,2 +1,2 @@ -MD5 (bugle-0.0.20041011.tar.gz) = b123524011d8a4761b77fbb371df1e16 -SIZE (bugle-0.0.20041011.tar.gz) = 381699 +MD5 (bugle-0.0.20041025.tar.gz) = 001ba20994d489068eef2a6c861a72a5 +SIZE (bugle-0.0.20041025.tar.gz) = 383410 |