svn commit: r321694 - in head/sysutils/synergy-devel: . files
George V. Neville-Neil
gnn at FreeBSD.org
Mon Jun 24 17:24:38 UTC 2013
Author: gnn (src,doc committer)
Date: Mon Jun 24 17:24:37 2013
New Revision: 321694
URL: http://svnweb.freebsd.org/changeset/ports/321694
Log:
Upgrade synergy-devel to the latest release.
Remove unnecessary patch from the port.
Add commands to the Makefile to address a known issue in how
the sources are shipped, wherein a sub-component is included
as a zip file of sources.
Deleted:
head/sysutils/synergy-devel/files/
Modified:
head/sysutils/synergy-devel/Makefile
head/sysutils/synergy-devel/distinfo
Modified: head/sysutils/synergy-devel/Makefile
==============================================================================
--- head/sysutils/synergy-devel/Makefile Mon Jun 24 17:02:54 2013 (r321693)
+++ head/sysutils/synergy-devel/Makefile Mon Jun 24 17:24:37 2013 (r321694)
@@ -6,7 +6,7 @@
#
PORTNAME= synergy
-PORTVERSION= 1.4.10
+PORTVERSION= 1.4.12
DISTVERSIONSUFFIX= -Source
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
@@ -26,6 +26,11 @@ PLIST_FILES= bin/synergys bin/synergyc
PORTEXAMPLES= synergy.conf.example synergy.conf.example-basic \
synergy.conf.example-advanced
+post-extract:
+ cd ${WRKSRC}/tools/
+ mkdir ${WRKSRC}/tools/cryptopp562
+ (cd ${WRKSRC}/tools/cryptopp562 && unzip ${WRKSRC}/tools/cryptopp562.zip)
+
do-install:
.for f in synergys synergyc
${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${PREFIX}/bin
Modified: head/sysutils/synergy-devel/distinfo
==============================================================================
--- head/sysutils/synergy-devel/distinfo Mon Jun 24 17:02:54 2013 (r321693)
+++ head/sysutils/synergy-devel/distinfo Mon Jun 24 17:24:37 2013 (r321694)
@@ -1,2 +1,2 @@
-SHA256 (synergy-1.4.10-Source.tar.gz) = 06d5a2ceb4cf8808cdab22441897c7b54ec8b4bc8351ac116f9accf54c720fbe
-SIZE (synergy-1.4.10-Source.tar.gz) = 3598533
+SHA256 (synergy-1.4.12-Source.tar.gz) = 35b60c8d73368a0cb90daa629e64f66171b934a799a82427431979cca7260849
+SIZE (synergy-1.4.12-Source.tar.gz) = 3954996
More information about the svn-ports-head
mailing list