Thanks to aja@ for help and suggestions.

It was brought to my attention that the pkg-readme
wasn't put through `fmt -w 72`. It's not that important
to me and I understand the need/desire to follow the rules,
but I feel that my version is nicer.

My version:
If used with non-threaded Tcl or an executable that is
not linked with libpthread then it will be necessary to
set "LD_PRELOAD=/usr/lib/libpthread.so" in the environment.

With `fmt -w 72`:
If used with non-threaded Tcl or an executable that is not linked with
libpthread then it will be necessary to set
"LD_PRELOAD=/usr/lib/libpthread.so" in the environment.


And more importantly, the diff:

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/dbus-tcl/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    8 Aug 2012 11:45:03 -0000       1.1.1.1
+++ Makefile    9 Aug 2012 14:33:57 -0000
@@ -2,9 +2,9 @@

 COMMENT =      dbus bindings for Tcl

-DISTNAME =     dbus-tcl1.0
-PKGNAME =      dbus-tcl-1.0
-SHARED_LIBS =  dbus-tcl10 0.0
+DISTNAME =     dbus-tcl1.1
+PKGNAME =      dbus-tcl-1.1
+SHARED_LIBS =  dbus-tcl11 0.0
 CATEGORIES =   x11
 HOMEPAGE =     http://dbus-tcl.sourceforge.net/
 MAINTAINER =   Stuart Cassoff <s...@users.sourceforge.net>
@@ -15,6 +15,7 @@ PERMIT_PACKAGE_FTP =  Yes
 PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP = Yes

+WANTLIB =      dbus-1
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=dbus-tcl/}
 MODULES =      lang/tcl
 BUILD_DEPENDS =        ${MODTCL_BUILD_DEPENDS} devel/tcllib
@@ -31,7 +32,7 @@ CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
                --libdir=${MODTCL_TCLDIR} \
                --mandir=${PREFIX}/man \
                --enable-threads \
-               SHLIB_VERSION=${LIBdbus-tcl10_VERSION}
+               SHLIB_VERSION=${LIBdbus-tcl11_VERSION}

 REGRESS_IS_INTERACTIVE = X11
 REGRESS_TARGET = test
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/dbus-tcl/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    8 Aug 2012 11:45:03 -0000       1.1.1.1
+++ distinfo    9 Aug 2012 14:33:57 -0000
@@ -1,5 +1,2 @@
-MD5 (dbus-tcl1.0.tar.gz) = IsNbAQBC2TOfF1QQGy+9Gg==
-RMD160 (dbus-tcl1.0.tar.gz) = aiGD8LVMZhh1u/tMRnCxI8EelI0=
-SHA1 (dbus-tcl1.0.tar.gz) = mybfw4qH/9WH5bhmKU6iuc4Ah7k=
-SHA256 (dbus-tcl1.0.tar.gz) = JkwlBP8uzUEEpKoxKQHPSOisRCLC/6ing7azHnAOWhw=
-SIZE (dbus-tcl1.0.tar.gz) = 153665
+SHA256 (dbus-tcl1.1.tar.gz) = YiB3rMtVWVA0yy7QLlxCdgKY/m56iNg+Gap4bK3wR6k=
+SIZE (dbus-tcl1.1.tar.gz) = 156049
Index: pkg/PFRAG.shared
===================================================================
RCS file: /cvs/ports/x11/dbus-tcl/pkg/PFRAG.shared,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PFRAG.shared
--- pkg/PFRAG.shared    8 Aug 2012 11:45:03 -0000       1.1.1.1
+++ pkg/PFRAG.shared    9 Aug 2012 14:33:57 -0000
@@ -1,2 +1,2 @@
 @comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2012/08/08 11:45:03 stu Exp $
-@lib lib/tcl/dbus-tcl/libdbus-tcl10.so.${LIBdbus-tcl10_VERSION}
+@lib lib/tcl/dbus-tcl/libdbus-tcl11.so.${LIBdbus-tcl11_VERSION}

Reply via email to