ports/157851: [update] sysutils/adtool to 1.3.3
Ryan Steinmetz
rpsfa at rit.edu
Mon Jun 13 22:20:07 UTC 2011
>Number: 157851
>Category: ports
>Synopsis: [update] sysutils/adtool to 1.3.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Jun 13 22:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Ryan Steinmetz
>Release: 8.2-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
>Description:
-Add LICENSE
-Remove pkg-plist in favor of PLIST_FILES
-Update to 1.3.3
--Hide password from ps(1)
--Updated man pages
--GPL license addition
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/adtool/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile 25 Feb 2011 01:32:06 -0000 1.12
+++ Makefile 13 Jun 2011 22:13:11 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= adtool
-PORTVERSION= 1.3
-PORTREVISION= 2
+PORTVERSION= 1.3.3
CATEGORIES= sysutils
MASTER_SITES= http://gp2x.org/adtool/
@@ -22,4 +21,10 @@
MAN1= adtool.1
+PLIST_FILES= bin/adtool \
+ etc/adtool.cfg.dist
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/adtool/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo 19 Mar 2011 12:31:54 -0000 1.6
+++ distinfo 13 Jun 2011 22:13:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (adtool-1.3.tar.gz) = 4122ef7a288c90245a74fb22611672164b534ae2dba3c2cbe48f942ddbb4d44e
-SIZE (adtool-1.3.tar.gz) = 210072
+SHA256 (adtool-1.3.3.tar.gz) = 9658ed2a4869304a094b0dc73d994940271f7ff64e481093893bf25c95bc95ab
+SIZE (adtool-1.3.3.tar.gz) = 334767
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/sysutils/adtool/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist 29 Sep 2003 22:53:20 -0000 1.1
+++ pkg-plist 13 Jun 2011 22:13:16 -0000
@@ -1,2 +0,0 @@
-bin/adtool
-etc/adtool.cfg.dist
Index: files/patch-src::tools::Makefile.in
===================================================================
RCS file: /home/ncvs/ports/sysutils/adtool/files/patch-src::tools::Makefile.in,v
retrieving revision 1.2
diff -u -r1.2 patch-src::tools::Makefile.in
--- files/patch-src::tools::Makefile.in 5 Oct 2003 12:38:20 -0000 1.2
+++ files/patch-src::tools::Makefile.in 13 Jun 2011 22:13:16 -0000
@@ -1,11 +1,11 @@
---- src/tools/Makefile.in.orig Tue Sep 30 14:56:08 2003
-+++ src/tools/Makefile.in Tue Sep 30 14:56:39 2003
-@@ -119,7 +119,7 @@
-
- INCLUDES = -I at top_srcdir@/src/lib
- AM_CFLAGS = @CFLAGS@
--AM_LDFLAGS = -lldap -llber -lldap_r -lpthread -lresolv @LDFLAGS@
-+AM_LDFLAGS = -lldap -llber -lldap_r -pthread @LDFLAGS@
+--- src/tools/Makefile.in.orig 2011-06-13 18:02:32.000000000 -0400
++++ src/tools/Makefile.in 2011-06-13 18:02:39.000000000 -0400
+@@ -143,7 +143,7 @@
bin_PROGRAMS = adtool
+-adtool_LDADD = @top_srcdir@/src/lib/libactive_directory.a -lldap -llber -lldap_r -lpthread -lresolv
++adtool_LDADD = @top_srcdir@/src/lib/libactive_directory.a -lldap -llber -lldap_r -lpthread
+ subdir = src/tools
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list