diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-06 02:27:31 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-06 02:27:31 +0800 |
commit | 59b3976874d37f9e4bd86c7b914d58e8fc008b26 (patch) | |
tree | f1c935780bca9eaa63ad072762943580f73deda5 /deskutils | |
parent | a759e2382cc9dd13ce3df8e1e07ee593cadd5047 (diff) | |
download | freebsd-ports-gnome-59b3976874d37f9e4bd86c7b914d58e8fc008b26.tar.gz freebsd-ports-gnome-59b3976874d37f9e4bd86c7b914d58e8fc008b26.tar.zst freebsd-ports-gnome-59b3976874d37f9e4bd86c7b914d58e8fc008b26.zip |
- Update to 0.8.1
- Use PLIST_FILES, remove pkg-plist
PR: 99814
Submitted by: maintainer
Approved by: delphij (mentor, implicit)
Diffstat (limited to 'deskutils')
-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 |