diff options
author | kevlo <kevlo@FreeBSD.org> | 2005-01-19 13:47:13 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2005-01-19 13:47:13 +0800 |
commit | 019be8bb33ca5dc9448e68d9e0281cbdc2679013 (patch) | |
tree | c8a61dccac3d4564b74f2608c83fc982a5818c2d /editors | |
parent | 1f5e8937e3ddff7fc527610b6ea260341f671b5d (diff) | |
download | freebsd-ports-gnome-019be8bb33ca5dc9448e68d9e0281cbdc2679013.tar.gz freebsd-ports-gnome-019be8bb33ca5dc9448e68d9e0281cbdc2679013.tar.zst freebsd-ports-gnome-019be8bb33ca5dc9448e68d9e0281cbdc2679013.zip |
Update to kxmleditor 1.1.4
Diffstat (limited to 'editors')
-rw-r--r-- | editors/kxmleditor/Makefile | 6 | ||||
-rw-r--r-- | editors/kxmleditor/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/kxmleditor/Makefile b/editors/kxmleditor/Makefile index 44866e48a37e..6c7e541f4bc8 100644 --- a/editors/kxmleditor/Makefile +++ b/editors/kxmleditor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kxmleditor -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,8 +26,8 @@ post-patch: @${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \ ${WRKSRC}/${CONFIGURE_SCRIPT} -.if ${ARCH} == "ia64" -BROKEN= "Does not compile on ia64" +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on amd64 or ia64" .endif .include <bsd.port.post.mk> diff --git a/editors/kxmleditor/distinfo b/editors/kxmleditor/distinfo index 89a2144359d2..d1a4bf073267 100644 --- a/editors/kxmleditor/distinfo +++ b/editors/kxmleditor/distinfo @@ -1,2 +1,2 @@ -MD5 (kxmleditor-1.1.3.tar.gz) = 0edae2359e6260524481b920d58580da -SIZE (kxmleditor-1.1.3.tar.gz) = 1308240 +MD5 (kxmleditor-1.1.4.tar.gz) = d2329e06393c78f22531b8ba42e67d9b +SIZE (kxmleditor-1.1.4.tar.gz) = 1422215 |