aboutsummaryrefslogtreecommitdiff
path: root/editors/led
diff options
context:
space:
mode:
authorDaniel Harris <dannyboy@FreeBSD.org>2001-06-09 18:41:29 +0000
committerDaniel Harris <dannyboy@FreeBSD.org>2001-06-09 18:41:29 +0000
commit1f3445306ba43f1ba7bccb84364aa1c9d97de8ab (patch)
tree7dd02b514c2b8e18c78cdf46cd706eb685e36064 /editors/led
parent200f06bd4084977505958578798e540a79ebec67 (diff)
downloadports-1f3445306ba43f1ba7bccb84364aa1c9d97de8ab.tar.gz
ports-1f3445306ba43f1ba7bccb84364aa1c9d97de8ab.zip
Update to 0.9.1.
PR: 27948 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=43716
Diffstat (limited to 'editors/led')
-rw-r--r--editors/led/Makefile4
-rw-r--r--editors/led/distinfo2
-rw-r--r--editors/led/files/patch-configure16
3 files changed, 3 insertions, 19 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile
index 1d70b8efe423..a6a7ecd61685 100644
--- a/editors/led/Makefile
+++ b/editors/led/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= led
-PORTVERSION= 0.9
-PORTREVISION= 1
+PORTVERSION= 0.9.1
+PORTREVISION= 0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}-editor
diff --git a/editors/led/distinfo b/editors/led/distinfo
index 09c5a1ce6041..cae2a3a75b21 100644
--- a/editors/led/distinfo
+++ b/editors/led/distinfo
@@ -1 +1 @@
-MD5 (led-0.9.tar.gz) = 9f6075fa82b8192f2452113b3d80865e
+MD5 (led-0.9.1.tar.gz) = cc46911a11e59ee4210599762228f76d
diff --git a/editors/led/files/patch-configure b/editors/led/files/patch-configure
deleted file mode 100644
index 9c17bf028a72..000000000000
--- a/editors/led/files/patch-configure
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- configure 2001/06/06 16:27:54 1.1
-+++ configure 2001/06/06 16:28:19
-@@ -524,8 +524,8 @@
-
-
-
--CFLAGS="${CFLAGS} -O2 -Wall -pipe -I/usr/local/include"
--LDFLAGS="${LDFLAGS} -L/usr/local/lib"
-+CFLAGS="${CFLAGS} -Wall"
-+LDFLAGS="${LDFLAGS}"
-
- ac_aux_dir=
- for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do