diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-04-21 11:02:01 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-04-21 11:02:01 +0000 |
commit | 2385aea33b3c290e6bf4276870c3776a8b314585 (patch) | |
tree | 57bcf43a21f85dd829a6c34b419bf96fe82b678b /devel/understand_c | |
parent | upgrade to 1.26 (diff) |
- Update to version 1.4 Build 109:
o Added keyboard mapping feature permitting user defined keybindings
for editor and other GUI events
o C++ fix. Fixed bug where static function declarations in a header
file were not linked up with definitions in code files. The result
was that the function appeared twice in the Functions Filter list.
Notes
Notes:
svn path=/head/; revision=41754
Diffstat (limited to 'devel/understand_c')
-rw-r--r-- | devel/understand_c/Makefile | 4 | ||||
-rw-r--r-- | devel/understand_c/distinfo | 2 | ||||
-rw-r--r-- | devel/understand_c/pkg-plist | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/understand_c/Makefile b/devel/understand_c/Makefile index 7adbe0996bb1..c3692203702a 100644 --- a/devel/understand_c/Makefile +++ b/devel/understand_c/Makefile @@ -6,11 +6,11 @@ # PORTNAME= understand_c -PORTVERSION= 1.4.108 +PORTVERSION= 1.4.109 PORTEPOCH= 1 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/latest/ -DISTNAME= und_c-14b108-linux +DISTNAME= und_c-14b109-linux MAINTAINER= lioux@FreeBSD.org diff --git a/devel/understand_c/distinfo b/devel/understand_c/distinfo index 89eb8b062117..c7148471e673 100644 --- a/devel/understand_c/distinfo +++ b/devel/understand_c/distinfo @@ -1 +1 @@ -MD5 (und_c-14b108-linux.tar.gz) = ff944027352ea3fdb927a0efeadb14c6 +MD5 (und_c-14b109-linux.tar.gz) = 5e53e0023a1e2e18ec9e878594f7abfa diff --git a/devel/understand_c/pkg-plist b/devel/understand_c/pkg-plist index e90ef5f6a72a..1c5599802cd5 100644 --- a/devel/understand_c/pkg-plist +++ b/devel/understand_c/pkg-plist @@ -435,5 +435,5 @@ usr/lib/libudb_api.a usr/lib/libudb_api.so @exec %%LINUXBASE%%/sbin/ldconfig @unexec %%LINUXBASE%%/sbin/ldconfig -@exec %%ECHO%% "If you are installing Understand_c for the first time, you should place your license file at ``%D/share/understand_c/license''. Do backup your license file to prevent accidents." | %%FMT%% -@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also ``rm -Rf %D/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%% +@exec %%ECHO%% "If you are installing Understand_c for the first time, you should place your license file at \`\`%D/share/understand_c/license''. Do backup your license file to prevent accidents." | %%FMT%% +@unexec %%ECHO%% "If you are permanently removing Understand_c, you should also \`\`rm -Rf %D/share/understand_c/license''. This dir holds your license files if you installed any." | %%FMT%% |