svn commit: r361364 - in head/net-im/meanwhile: . files
Tijl Coosemans
tijl at FreeBSD.org
Wed Jul 9 13:21:05 UTC 2014
Author: tijl
Date: Wed Jul 9 13:21:04 2014
New Revision: 361364
URL: http://svnweb.freebsd.org/changeset/ports/361364
QAT: https://qat.redports.org/buildarchive/r361364/
Log:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
Deleted:
head/net-im/meanwhile/files/
Modified:
head/net-im/meanwhile/Makefile
head/net-im/meanwhile/pkg-plist
Modified: head/net-im/meanwhile/Makefile
==============================================================================
--- head/net-im/meanwhile/Makefile Wed Jul 9 13:19:45 2014 (r361363)
+++ head/net-im/meanwhile/Makefile Wed Jul 9 13:21:04 2014 (r361364)
@@ -3,23 +3,23 @@
PORTNAME= meanwhile
PORTVERSION= 1.0.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= marcus at FreeBSD.org
COMMENT= Open Source implementation of the Lotus Sametime protocol
-USE_AUTOTOOLS= libtool
-USES= pkgconfig gmake pathfix
+USES= gmake libtool pathfix pkgconfig
+USE_GCC= any
USE_GNOME= glib20
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USE_GCC= any
CONFIGURE_ARGS= --enable-doxygen=no \
--with-gmp-prefix=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION}
Modified: head/net-im/meanwhile/pkg-plist
==============================================================================
--- head/net-im/meanwhile/pkg-plist Wed Jul 9 13:19:45 2014 (r361363)
+++ head/net-im/meanwhile/pkg-plist Wed Jul 9 13:21:04 2014 (r361364)
@@ -15,9 +15,9 @@ include/meanwhile/mw_srvc_resolve.h
include/meanwhile/mw_srvc_store.h
include/meanwhile/mw_st_list.h
lib/libmeanwhile.a
-lib/libmeanwhile.la
lib/libmeanwhile.so
lib/libmeanwhile.so.1
+lib/libmeanwhile.so.1.0.2
libdata/pkgconfig/meanwhile.pc
%%DOCSDIR%%/samples/README
%%DOCSDIR%%/samples/build
More information about the svn-ports-all
mailing list