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

(-)x11/stalonetray/Makefile (-1 / +17 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	stalonetray
8
PORTNAME=	stalonetray
9
PORTVERSION=	0.6.5
9
PORTVERSION=	0.7.3
10
CATEGORIES=	x11
10
CATEGORIES=	x11
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
12
Lines 21-26 Link Here
21
		--disable-debug
21
		--disable-debug
22
22
23
MAN1=		stalonetray.1
23
MAN1=		stalonetray.1
24
PORTDOCS=	AUTHORS ChangeLog NEWS README TODO stalonetray.html
25
PORTEXAMPLES=	stalonetrayrc.sample
24
PLIST_FILES=	bin/stalonetray
26
PLIST_FILES=	bin/stalonetray
27
28
post-install:
29
.if !defined(NOPORTDOCS)
30
	@${MKDIR} ${DOCSDIR}
31
.for file in ${PORTDOCS} 
32
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
33
.endfor
34
.endif
35
.if !defined(NOPORTEXAMPLES)
36
	@${MKDIR} ${EXAMPLESDIR}
37
.for file in ${PORTEXAMPLES}
38
	${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR}
39
.endfor
40
.endif
25
41
26
.include <bsd.port.mk>
42
.include <bsd.port.mk>
(-)x11/stalonetray/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (stalonetray-0.6.5.tar.bz2) = ae5cf48728d9bb4b6ce67641cefcaf6e
1
MD5 (stalonetray-0.7.3.tar.bz2) = 50376cbd6515ecaa78b6e73705b038ee
2
SHA256 (stalonetray-0.6.5.tar.bz2) = ef6df0627c3cf9d4bdedc189dfca99dc2b1b68a4d878a1359eb94a30d60d5bf1
2
SHA256 (stalonetray-0.7.3.tar.bz2) = c855844250cff4c4b39d7fc7e70e28655f7891a7aaa08d63ddeca58528006ad6
3
SIZE (stalonetray-0.6.5.tar.bz2) = 113389
3
SIZE (stalonetray-0.7.3.tar.bz2) = 131707

Return to bug 116930