Update to 1.3.8

Submitted by:	ehaupt
Feature safe:	yes
This commit is contained in:
Kevin Lo 2011-11-29 05:21:55 +00:00
parent 4a9aedbd20
commit 7383684e37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286603
3 changed files with 12 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= synergy
PORTVERSION= 1.3.6
PORTVERSION= 1.3.8
DISTVERSIONSUFFIX= -Source
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
@ -21,14 +21,19 @@ MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include
post-patch:
@${ECHO_CMD} >> ${WRKSRC}/lib/base/LogOutputters.cpp
PLIST_FILES= bin/synergys bin/synergyc
PORTEXAMPLES= synergy.conf.example synergy.conf.example-basic \
synergy.conf.example-advanced
do-install:
.for f in synergys synergyc
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${PREFIX}/bin
.endfor
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}.conf ${EXAMPLESDIR}
.for f in ${PORTEXAMPLES}
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${EXAMPLESDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (synergy-1.3.6-Source.tar.gz) = b136fcd2795837c5c56050c32ab32e7305a84fd4ac8f3dd6458d3abc18179162
SIZE (synergy-1.3.6-Source.tar.gz) = 659025
SHA256 (synergy-1.3.8-Source.tar.gz) = 0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edbfacc03
SIZE (synergy-1.3.8-Source.tar.gz) = 2518396

View File

@ -1,4 +0,0 @@
bin/synergyc
bin/synergys
%%EXAMPLESDIR%%/synergy.conf
@dirrm %%EXAMPLESDIR%%