diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-05 18:27:31 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-05 18:27:31 +0000 |
commit | 6b4b9db459d4912155e498247c6e92a45ac6d275 (patch) | |
tree | 19cb170025fdd557f5a05f1b4f0853032eed3a68 /deskutils/autocutsel | |
parent | 65171b6c4215b8a18c8826b6647450e4c4e606e3 (diff) | |
download | ports-6b4b9db459d4912155e498247c6e92a45ac6d275.tar.gz ports-6b4b9db459d4912155e498247c6e92a45ac6d275.zip |
Notes
Diffstat (limited to 'deskutils/autocutsel')
-rw-r--r-- | deskutils/autocutsel/Makefile | 5 | ||||
-rw-r--r-- | deskutils/autocutsel/distinfo | 6 | ||||
-rw-r--r-- | deskutils/autocutsel/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | deskutils/autocutsel/pkg-plist | 2 |
4 files changed, 12 insertions, 11 deletions
diff --git a/deskutils/autocutsel/Makefile b/deskutils/autocutsel/Makefile index 3d2157e2affa..0834927dc57f 100644 --- a/deskutils/autocutsel/Makefile +++ b/deskutils/autocutsel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= autocutsel -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= autocutsel @@ -18,4 +18,7 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes +PLIST_FILES= bin/autocutsel \ + bin/cutsel + .include <bsd.port.mk> diff --git a/deskutils/autocutsel/distinfo b/deskutils/autocutsel/distinfo index 8d14fd5e6999..138789a48c59 100644 --- a/deskutils/autocutsel/distinfo +++ b/deskutils/autocutsel/distinfo @@ -1,3 +1,3 @@ -MD5 (autocutsel-0.8.0.tar.gz) = b5bba239a53394204aa12bb382e206c5 -SHA256 (autocutsel-0.8.0.tar.gz) = c99088c070396a1e8945dec35e9f3f8fa51b5cf314d90e3b25674d0dbf1b6c88 -SIZE (autocutsel-0.8.0.tar.gz) = 88460 +MD5 (autocutsel-0.8.1.tar.gz) = c33e54649d80abec59db95c11e4269a2 +SHA256 (autocutsel-0.8.1.tar.gz) = b110d400ae1bc8a66a84fcad09484c7b281a5d2fe119f1fe19ec41adb19b6134 +SIZE (autocutsel-0.8.1.tar.gz) = 282044 diff --git a/deskutils/autocutsel/files/patch-Makefile.in b/deskutils/autocutsel/files/patch-Makefile.in index 748f6011e20e..3cc63251a8fc 100644 --- a/deskutils/autocutsel/files/patch-Makefile.in +++ b/deskutils/autocutsel/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Fri Feb 18 23:24:18 2005 -+++ Makefile.in Fri Feb 18 23:25:07 2005 -@@ -100,7 +100,7 @@ +--- Makefile.in.orig Wed Jul 5 13:49:11 2006 ++++ Makefile.in Wed Jul 5 13:50:04 2006 +@@ -118,7 +118,7 @@ cutsel_DEPENDENCIES = cutsel_LDFLAGS = CFLAGS = @CFLAGS@ -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +COMPILE = $(CC) $(DEFS) $(INCLUDES) $(X_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) - LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ - DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ + LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ diff --git a/deskutils/autocutsel/pkg-plist b/deskutils/autocutsel/pkg-plist deleted file mode 100644 index 66b179534c76..000000000000 --- a/deskutils/autocutsel/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/autocutsel -bin/cutsel |