diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-04 02:34:24 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-04 02:34:24 +0800 |
commit | 5ff8515b7a44a3b770395ae3f81dab21166bed0d (patch) | |
tree | b60700cf2163d2b99b291f4baf1e213c1f054a8f | |
parent | 5dcbec4efa0a1757037cbec7628d4ee44456ca91 (diff) | |
download | freebsd-ports-gnome-5ff8515b7a44a3b770395ae3f81dab21166bed0d.tar.gz freebsd-ports-gnome-5ff8515b7a44a3b770395ae3f81dab21166bed0d.tar.zst freebsd-ports-gnome-5ff8515b7a44a3b770395ae3f81dab21166bed0d.zip |
upgrade to 1.1
PR: 46312
Submitted by: Ports Fury
-rw-r--r-- | x11/xlupe/Makefile | 6 | ||||
-rw-r--r-- | x11/xlupe/distinfo | 2 | ||||
-rw-r--r-- | x11/xlupe/files/patch-aa | 10 |
3 files changed, 2 insertions, 16 deletions
diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile index 8aaa87cf7764..e2bf45983ea5 100644 --- a/x11/xlupe/Makefile +++ b/x11/xlupe/Makefile @@ -6,15 +6,11 @@ # PORTNAME= xlupe -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= x11 MASTER_SITES= http://www.core.de/~coto/projects/xlupe/ USE_IMAKE= yes USE_XPM= yes -USE_MOTIF= yes - -#post-install: -# strip ${PREFIX}/bin/xlupe .include <bsd.port.mk> diff --git a/x11/xlupe/distinfo b/x11/xlupe/distinfo index 6ec0860cd347..a53080eb4ebe 100644 --- a/x11/xlupe/distinfo +++ b/x11/xlupe/distinfo @@ -1 +1 @@ -MD5 (xlupe-1.0.tar.gz) = e9bf468b310e07e462b1c57efdca1204 +MD5 (xlupe-1.1.tar.gz) = 7fd57a6815409fb129d23ac01b563d3d diff --git a/x11/xlupe/files/patch-aa b/x11/xlupe/files/patch-aa deleted file mode 100644 index b13ad04b9f02..000000000000 --- a/x11/xlupe/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- Imakefile.orig Mon Apr 30 00:56:05 2001 -+++ Imakefile Mon Apr 30 00:56:09 2001 -@@ -10,6 +10,6 @@ - SRCS = xlupe.c - OBJS = xlupe.o - --CDEBUGFLAGS = -O2 -Wall -+CDEBUGFLAGS = -Wall - - ComplexProgramTargetNoMan(xlupe) |