Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 15:16:33 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359096 - head/palm/synce-libsynce
Message-ID:  <201406241516.s5OFGX3T072520@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Jun 24 15:16:33 2014
New Revision: 359096
URL: http://svnweb.freebsd.org/changeset/ports/359096
QAT: https://qat.redports.org/buildarchive/r359096/

Log:
  1: Stagify.
  2: USES=libtool, and bump version.
  3: new syntax of LIB_DEPENDS.
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/palm/synce-libsynce/Makefile
  head/palm/synce-libsynce/pkg-plist

Modified: head/palm/synce-libsynce/Makefile
==============================================================================
--- head/palm/synce-libsynce/Makefile	Tue Jun 24 15:15:56 2014	(r359095)
+++ head/palm/synce-libsynce/Makefile	Tue Jun 24 15:16:33 2014	(r359096)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libsynce
 PORTVERSION=	0.14
+PORTREVISION=	1
 CATEGORIES=	palm
 MASTER_SITES=	SF/synce/SynCE/${PORTVERSION}
 PKGNAMEPREFIX=	synce-
@@ -10,33 +11,15 @@ PKGNAMEPREFIX=	synce-
 MAINTAINER=	webmaster@kibab.com
 COMMENT=	Library to support communication with WinCE devices
 
-LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
-		hal.1:${PORTSDIR}/sysutils/hal
+LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+		libhal.so:${PORTSDIR}/sysutils/hal
 
+USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	libtool
-USES=		pathfix iconv pkgconfig
+USES=		pathfix iconv pkgconfig libtool
 CONFIGURE_ARGS+=	${ICONV_CONFIGURE_ARG} \
 			--enable-dccm-file-support=no \
 			--enable-hal-support=yes \
 			--enable-odccm-support=no
 
-MAN3=		synce_info_new.3 wstrlen.3 wstrcpy.3 wstrdup.3 \
-		synce_get_directory.3 synce_get_connection_filename.3 \
-		synce_strerror.3 wstr_to_ascii.3 time_fields_from_filetime.3 \
-		date_from_tm.3 synce_error.3 synce_info_destroy.3 \
-		synce_get_subdirectory.3 synce_get_script_directory.3 \
-		synce_set_connection_filename.3 wstr_to_current.3 \
-		synce_set_default_connection_filename.3 wstr_to_utf8.3 \
-		wstr_from_ascii.3 wstr_from_utf8.3 wstr_from_current.3 \
-		wstr_free_string.3 wstr_append.3 wstr_equal.3 \
-		time_fields_to_filetime.3 date_to_tm.3 synce_warning.3 \
-		synce_info.3 synce_debug.3 synce_trace.3 \
-		synce_warning_unless.3 synce_log_set_level.3 \
-		synce_log_use_syslog.3
-MAN7=		synce.7
-
-USE_LDCONFIG=	yes
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/palm/synce-libsynce/pkg-plist
==============================================================================
--- head/palm/synce-libsynce/pkg-plist	Tue Jun 24 15:15:56 2014	(r359095)
+++ head/palm/synce-libsynce/pkg-plist	Tue Jun 24 15:16:33 2014	(r359096)
@@ -6,8 +6,42 @@ include/synce_socket.h
 include/synce_types.h
 include/synce_vector_template.h
 include/synce_sys_error.h
-lib/libsynce.so
-lib/libsynce.la
 lib/libsynce.a
+lib/libsynce.so
 lib/libsynce.so.0
+lib/libsynce.so.0.0.0
 libdata/pkgconfig/libsynce.pc
+man/man3/date_from_tm.3.gz
+man/man3/date_to_tm.3.gz
+man/man3/synce_debug.3.gz
+man/man3/synce_error.3.gz
+man/man3/synce_get_connection_filename.3.gz
+man/man3/synce_get_directory.3.gz
+man/man3/synce_get_script_directory.3.gz
+man/man3/synce_get_subdirectory.3.gz
+man/man3/synce_info.3.gz
+man/man3/synce_info_destroy.3.gz
+man/man3/synce_info_new.3.gz
+man/man3/synce_log_set_level.3.gz
+man/man3/synce_log_use_syslog.3.gz
+man/man3/synce_set_connection_filename.3.gz
+man/man3/synce_set_default_connection_filename.3.gz
+man/man3/synce_strerror.3.gz
+man/man3/synce_trace.3.gz
+man/man3/synce_warning.3.gz
+man/man3/synce_warning_unless.3.gz
+man/man3/time_fields_from_filetime.3.gz
+man/man3/time_fields_to_filetime.3.gz
+man/man3/wstr_append.3.gz
+man/man3/wstr_equal.3.gz
+man/man3/wstr_free_string.3.gz
+man/man3/wstr_from_ascii.3.gz
+man/man3/wstr_from_current.3.gz
+man/man3/wstr_from_utf8.3.gz
+man/man3/wstr_to_ascii.3.gz
+man/man3/wstr_to_current.3.gz
+man/man3/wstr_to_utf8.3.gz
+man/man3/wstrcpy.3.gz
+man/man3/wstrdup.3.gz
+man/man3/wstrlen.3.gz
+man/man7/synce.7.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406241516.s5OFGX3T072520>