aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 468518d2..0b10cd0c 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,8 @@
+### 0.4.7 (unreleased)
+
+Bugfixes:
+ * Type checker: string literals that are not valid UTF-8 cannot be converted to string type
+
### 0.4.6 (2016-11-22)
Bugfixes:
mit/textproc/gdict/Makefile?id=198d7e35dbecd9d263b220de68772bff2e049547'>commitdiffstats
path: root/textproc/gdict/Makefile
blob: 5ee146f41274a91ec980166e8d09b5aa59587673 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             


                                                
           

 
                     
                   
                        
                                                                 

                                
                                                                                 
 
                     
 

                                                        
                                                             

                      
# New ports collection makefile for:    gdict
# Date created:         Sun Jul 18 1999
# Whom:             domi@saargate.de
#
# $FreeBSD$
#

PORTNAME=   gdict
PORTVERSION=    0.7
CATEGORIES= textproc
MASTER_SITES=   http://www.brettnacher.org/users/dominik/FreeBSD/

MAINTAINER= domi@saargate.de
COMMENT=    Small program that finds definitions of arbitrary (english) words

USE_GNOME=  gtk12

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin
    ${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin/cdict

.include <bsd.port.mk>