svn commit: r367455 - head/deskutils/gnotime

Adam Weinberger adamw at FreeBSD.org
Sat Sep 6 16:59:04 UTC 2014


Author: adamw
Date: Sat Sep  6 16:59:03 2014
New Revision: 367455
URL: http://svnweb.freebsd.org/changeset/ports/367455
QAT: https://qat.redports.org/buildarchive/r367455/

Log:
  The qof section of this port really needs to be broken out into its own
  separate port. It requires aclocal and libtoolize, but the gnotime section
  doesn't, and this is remarkably difficult to accomplish with USE_AUTOTOOLS.
  
  For now, fix packaging by just removing from the plist the fully-versioned
  .so files that are not getting generated.

Modified:
  head/deskutils/gnotime/Makefile
  head/deskutils/gnotime/pkg-plist

Modified: head/deskutils/gnotime/Makefile
==============================================================================
--- head/deskutils/gnotime/Makefile	Sat Sep  6 16:50:57 2014	(r367454)
+++ head/deskutils/gnotime/Makefile	Sat Sep  6 16:59:03 2014	(r367455)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnotime
 PORTVERSION=	2.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
 		SF/qof/qof/${QOF_VERSION}:qof

Modified: head/deskutils/gnotime/pkg-plist
==============================================================================
--- head/deskutils/gnotime/pkg-plist	Sat Sep  6 16:50:57 2014	(r367454)
+++ head/deskutils/gnotime/pkg-plist	Sat Sep  6 16:59:03 2014	(r367455)
@@ -39,15 +39,12 @@ include/qof/sql_parser.h
 lib/libqof-backend-qsf.a
 lib/libqof-backend-qsf.so
 lib/libqof-backend-qsf.so.0
-lib/libqof-backend-qsf.so.0.0.7
 lib/libqof.a
 lib/libqof.so
 lib/libqof.so.1
-lib/libqof.so.1.0.10
 lib/libqofsql.a
 lib/libqofsql.so
 lib/libqofsql.so.1
-lib/libqofsql.so.1.0.1
 libdata/pkgconfig/qof-1.pc
 libdata/pkgconfig/qof.pc
 man/man1/gnotime-remote.1.gz


More information about the svn-ports-head mailing list