diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-20 09:15:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-20 09:15:46 +0000 |
commit | be37c96bb578577ba32a766ec1bbde8fb0900cd1 (patch) | |
tree | 1a9afe1e318db7be88e70d1489008f985bf9ff8b /lang/etoile-compiler | |
parent | 3929daf5e36828ce609499068117e3e451ea9a29 (diff) |
Notes
Diffstat (limited to 'lang/etoile-compiler')
-rw-r--r-- | lang/etoile-compiler/Makefile | 4 | ||||
-rw-r--r-- | lang/etoile-compiler/distinfo | 6 | ||||
-rw-r--r-- | lang/etoile-compiler/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/lang/etoile-compiler/Makefile b/lang/etoile-compiler/Makefile index ee8adad7e620..aed586215ea9 100644 --- a/lang/etoile-compiler/Makefile +++ b/lang/etoile-compiler/Makefile @@ -6,7 +6,7 @@ # PORTNAME= compiler -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= lang gnustep MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- @@ -24,7 +24,7 @@ USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} USE_GNUSTEP_LOCAL_LIBS+= EtoileFoundation:${FOUNDATION_PORT} USE_GNUSTEP_LOCAL_LIBS+= LanguageKit:${LANGUAGEKIT_PORT} -USE_GNUSTEP_LOCAL_LIBS+= SmalltalkKit:${SMALLTALKKIT_PORT} +USE_GNUSTEP_LOCAL_LIBS+= SmalltalkSupport:${SMALLTALKKIT_PORT} DEFAULT_LIBVERSION= 0.1 WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} diff --git a/lang/etoile-compiler/distinfo b/lang/etoile-compiler/distinfo index 2c1e8a612c54..48cc0a6ff5f0 100644 --- a/lang/etoile-compiler/distinfo +++ b/lang/etoile-compiler/distinfo @@ -1,3 +1,3 @@ -MD5 (etoile-0.4.0.tar.bz2) = 7c33baf8ec3a708d0d419b1e137452de -SHA256 (etoile-0.4.0.tar.bz2) = 05b5f01932aaad2ae6251ae01a1ad5376d29c984ee83d9fb62688c8d4a20237a -SIZE (etoile-0.4.0.tar.bz2) = 8225128 +MD5 (etoile-0.4.1.tar.bz2) = 14d587f439ae6d2ba127ceb4e07a44d7 +SHA256 (etoile-0.4.1.tar.bz2) = 2c9f189a0eae9dbc85589660a55faac498d05a056bf8148fa91f25455728cf25 +SIZE (etoile-0.4.1.tar.bz2) = 8281449 diff --git a/lang/etoile-compiler/pkg-descr b/lang/etoile-compiler/pkg-descr index 58553edd7e22..fc32f59fea0d 100644 --- a/lang/etoile-compiler/pkg-descr +++ b/lang/etoile-compiler/pkg-descr @@ -3,4 +3,6 @@ Pragmatic Smalltalk Compiler This is an implementation of Smalltalk designed to run on top of an Objective-C runtime. +LICENSE: BSD + WWW: http://www.etoile-project.org/ |