aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ccnet-server
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2017-09-04 19:49:41 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2017-09-04 19:49:41 +0000
commit5773b6db782a0dbd4e32f4ed750acd68777b22df (patch)
treecfa99c4d6e1c7c06b48b73e8412b1bf9d354917d /net-mgmt/ccnet-server
parent4479683ce30dd11b87654db7a680ffa890d5b533 (diff)
downloadports-5773b6db782a0dbd4e32f4ed750acd68777b22df.tar.gz
ports-5773b6db782a0dbd4e32f4ed750acd68777b22df.zip
Updated to 6.1.2, cleanup makefiles, add note in UPDATING
Upstream has set collation type for MySQL to be implicit and will cause issues when updating if tables are not set to utf8_unicode_ci. Approved by: lifanov (mentor, implicit)
Notes
Notes: svn path=/head/; revision=449260
Diffstat (limited to 'net-mgmt/ccnet-server')
-rw-r--r--net-mgmt/ccnet-server/Makefile15
-rw-r--r--net-mgmt/ccnet-server/distinfo6
2 files changed, 12 insertions, 9 deletions
diff --git a/net-mgmt/ccnet-server/Makefile b/net-mgmt/ccnet-server/Makefile
index b357eb31b726..fa12ea2743b6 100644
--- a/net-mgmt/ccnet-server/Makefile
+++ b/net-mgmt/ccnet-server/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= ccnet-server
-PORTVERSION= ${SEAFILE_VER}
DISTVERSIONPREFIX= v
+DISTVERSION= ${SEAFILE_VER}
DISTVERSIONSUFFIX= -server
CATEGORIES= net-mgmt devel
@@ -20,22 +20,25 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \
libevent.so:devel/libevent \
libjansson.so:devel/jansson
-CONFLICT= ccnet-[0-9]*
-
+USES= autoreconf libtool localbase mysql:client pathfix \
+ pgsql pkgconfig python:-2.7 shebangfix ssl
USE_GITHUB= yes
GH_ACCOUNT= haiwen
-
-USES= autoreconf gettext libtool localbase mysql:client \
- pathfix pgsql pkgconfig python:-2.7 shebangfix ssl
USE_GNOME= glib20
USE_LDCONFIG= yes
USE_OPENLDAP= yes
+CONFLICT= ccnet-[0-9]*
+
CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-ldap
INSTALL_TARGET= install-strip
+OPTIONS_DEFINE= NLS
+
+NLS_USES= gettext
+
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${SEABIN} ${STAGEDIR}${PREFIX}/${SEALIB}
${INSTALL_PROGRAM} ${STAGEDIR}${PREFIX}/bin/ccnet-init ${STAGEDIR}${PREFIX}/${SEABIN}
diff --git a/net-mgmt/ccnet-server/distinfo b/net-mgmt/ccnet-server/distinfo
index 0dd891d994bf..40e0faa92993 100644
--- a/net-mgmt/ccnet-server/distinfo
+++ b/net-mgmt/ccnet-server/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498236981
-SHA256 (haiwen-ccnet-server-v6.1.1-server_GH0.tar.gz) = 1cb84c8155d348f14b5af6e085640f1b42c523210d0f01216f04b3ad6a0e047e
-SIZE (haiwen-ccnet-server-v6.1.1-server_GH0.tar.gz) = 211230
+TIMESTAMP = 1502839888
+SHA256 (haiwen-ccnet-server-v6.1.2-server_GH0.tar.gz) = 582a4c72b9af7463dbe6f5af5e1c51e3210de93bf92db42f47e43e3887d9b61a
+SIZE (haiwen-ccnet-server-v6.1.2-server_GH0.tar.gz) = 211617