Date: Sun, 25 Jan 2009 13:28:28 -0800 (PST) From: Dennis Herrmann <adox@mcx2.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: davidyu@ucsd.edu Subject: ports/130990: [PATCH] devel/ossp-ex: update to 1.0.6 Message-ID: <497cd97c.08b6660a.4a09.0ddd@mx.google.com> Resent-Message-ID: <200901252130.n0PLU3HX069301@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130990 >Category: ports >Synopsis: [PATCH] devel/ossp-ex: update to 1.0.6 >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: Sun Jan 25 21:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dennis Herrmann >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD dhn.homeunix.com 7.1-STABLE FreeBSD 7.1-STABLE #4: Sat Jan 10 13:45:30 CET 2009 >Description: - Update to 1.0.6 Port maintainer (davidyu@ucsd.edu) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ossp-ex-1.0.6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/ossp-ex/Makefile,v retrieving revision 1.19 diff -u -u -r1.19 Makefile --- Makefile 21 Aug 2008 06:16:46 -0000 1.19 +++ Makefile 25 Jan 2009 20:31:16 -0000 @@ -6,7 +6,7 @@ # PORTNAME= ex -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -19,15 +19,15 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes +MAN3= ex.3 + .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +BROKEN= Does not compile on alpha .endif -check: build +check: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) -.include "${FILESDIR}/manpages.mk" - .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/ossp-ex/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 22 Jan 2006 08:28:37 -0000 1.5 +++ distinfo 25 Jan 2009 20:21:13 -0000 @@ -1,3 +1,3 @@ -MD5 (ex-1.0.5.tar.gz) = 419f0915cb578f9eb3bfc483bc49f066 -SHA256 (ex-1.0.5.tar.gz) = 5abced144fc06178b9f40e028363957cec28633a7abb13e2af836ed9b47b769e -SIZE (ex-1.0.5.tar.gz) = 318246 +MD5 (ex-1.0.6.tar.gz) = 20ff7fb1c49968c51b77e4c669a67e25 +SHA256 (ex-1.0.6.tar.gz) = 12939f204cad448754aec45c1e828fbed5cf2aac9f03cd8c6cba3249c99f6907 +SIZE (ex-1.0.6.tar.gz) = 329591 --- ossp-ex-1.0.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?497cd97c.08b6660a.4a09.0ddd>