diff options
author | nakai <nakai@FreeBSD.org> | 2000-10-17 19:31:24 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-10-17 19:31:24 +0800 |
commit | 35e18827b74190f34f5fd3043fefdd6b273fcbd5 (patch) | |
tree | ecec0d1449e6015932e7ae43de3d82341c300c38 /editors | |
parent | 06c04042867cab61034d3528b7ff471604f17ac9 (diff) | |
download | freebsd-ports-gnome-35e18827b74190f34f5fd3043fefdd6b273fcbd5.tar.gz freebsd-ports-gnome-35e18827b74190f34f5fd3043fefdd6b273fcbd5.tar.zst freebsd-ports-gnome-35e18827b74190f34f5fd3043fefdd6b273fcbd5.zip |
Update to 0.6.2
PR: ports/21793
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dedit/Makefile | 4 | ||||
-rw-r--r-- | editors/dedit/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index 1392f1504760..840fa3840bb9 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dedit -PORTVERSION= 0.5.11 +PORTVERSION= 0.6.2 CATEGORIES= editors gnome MASTER_SITES= ftp://ftp.debian.org/debian/dists/unstable/main/source/editors/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GNOME= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASSE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -liconv" MAN1= dedit.1 diff --git a/editors/dedit/distinfo b/editors/dedit/distinfo index 7461c6ac9d53..8b12a59008a0 100644 --- a/editors/dedit/distinfo +++ b/editors/dedit/distinfo @@ -1 +1 @@ -MD5 (dedit_0.5.11.tar.gz) = 095b4fddac8d9a330c6c708e1fa0c508 +MD5 (dedit_0.6.2.tar.gz) = ef5ad55b7a15865d1e550410e22f9610 |