diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2001-06-10 02:41:29 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2001-06-10 02:41:29 +0800 |
commit | a94ecae8482aeb7e6e59e6552ae427a52358b5fd (patch) | |
tree | 08b2682429c2d61ff0b98ffc1c2ee14db3bd2307 | |
parent | 68337827d3f99f3c8b327a33a9725bd9e5c2c41a (diff) | |
download | freebsd-ports-gnome-a94ecae8482aeb7e6e59e6552ae427a52358b5fd.tar.gz freebsd-ports-gnome-a94ecae8482aeb7e6e59e6552ae427a52358b5fd.tar.zst freebsd-ports-gnome-a94ecae8482aeb7e6e59e6552ae427a52358b5fd.zip |
Update to 0.9.1.
PR: 27948
Submitted by: maintainer
-rw-r--r-- | editors/led/Makefile | 4 | ||||
-rw-r--r-- | editors/led/distinfo | 2 | ||||
-rw-r--r-- | editors/led/files/patch-configure | 16 |
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 |