View | Details | Raw Unified | Return to bug 139300
Collapse All | Expand All

(-)Makefile (-2 / +12 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xfce4-clipman-plugin
8
PORTNAME=	xfce4-clipman-plugin
9
PORTVERSION=	1.1.0
9
PORTVERSION=	1.1.1
10
CATEGORIES=	x11 xfce
10
CATEGORIES=	x11 xfce
11
MASTER_SITES=	http://archive.xfce.org/src/panel-plugins/${PORTNAME}/1.1/
11
MASTER_SITES=	http://archive.xfce.org/src/panel-plugins/${PORTNAME}/1.1/
12
DIST_SUBDIR=	xfce4
12
DIST_SUBDIR=	xfce4
Lines 14-19 Link Here
14
MAINTAINER=	rene@FreeBSD.org
14
MAINTAINER=	rene@FreeBSD.org
15
COMMENT=	XFce 4 clipboard module for xfce4-panel
15
COMMENT=	XFce 4 clipboard module for xfce4-panel
16
16
17
OPTIONS=	UNIQUE	"Enable Unique (single instance) support" on
18
17
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
18
USE_BZIP2=	yes
20
USE_BZIP2=	yes
19
USE_GETTEXT=	yes
21
USE_GETTEXT=	yes
Lines 24-27 Link Here
24
26
25
INSTALLS_ICONS=	yes
27
INSTALLS_ICONS=	yes
26
28
27
.include <bsd.port.mk>
29
.include <bsd.port.pre.mk>
30
31
.if !defined(WITHOUT_UNIQUE)
32
LIB_DEPENDS+=	unique-1:${PORTSDIR}/x11-toolkits/unique
33
.else
34
CONFIGURE_ARGS+=	--disable-unique
35
.endif
36
37
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (xfce4/xfce4-clipman-plugin-1.1.0.tar.bz2) = bf038078ec3566c06d2ef400a91756d1
1
MD5 (xfce4/xfce4-clipman-plugin-1.1.1.tar.bz2) = 0884207cabd3a3a94c86b919bbf1617b
2
SHA256 (xfce4/xfce4-clipman-plugin-1.1.0.tar.bz2) = 40716a381667e1fd5630ea4f33440842687b0bee62cff823f182e0797dcfe096
2
SHA256 (xfce4/xfce4-clipman-plugin-1.1.1.tar.bz2) = 9792a1e6bcaee47da05c77604b40b5e8b4da68f50bca89b5552e4dba85991f5b
3
SIZE (xfce4/xfce4-clipman-plugin-1.1.0.tar.bz2) = 798246
3
SIZE (xfce4/xfce4-clipman-plugin-1.1.1.tar.bz2) = 800434
(-)pkg-plist (+1 lines)
Lines 34-39 Link Here
34
share/locale/pt/LC_MESSAGES/xfce4-clipman-plugin.mo
34
share/locale/pt/LC_MESSAGES/xfce4-clipman-plugin.mo
35
share/locale/pt_BR/LC_MESSAGES/xfce4-clipman-plugin.mo
35
share/locale/pt_BR/LC_MESSAGES/xfce4-clipman-plugin.mo
36
share/locale/ru/LC_MESSAGES/xfce4-clipman-plugin.mo
36
share/locale/ru/LC_MESSAGES/xfce4-clipman-plugin.mo
37
share/locale/sk/LC_MESSAGES/xfce4-clipman-plugin.mo
37
share/locale/sq/LC_MESSAGES/xfce4-clipman-plugin.mo
38
share/locale/sq/LC_MESSAGES/xfce4-clipman-plugin.mo
38
share/locale/sv/LC_MESSAGES/xfce4-clipman-plugin.mo
39
share/locale/sv/LC_MESSAGES/xfce4-clipman-plugin.mo
39
share/locale/tr/LC_MESSAGES/xfce4-clipman-plugin.mo
40
share/locale/tr/LC_MESSAGES/xfce4-clipman-plugin.mo

Return to bug 139300