Date: Sat, 29 Mar 2014 18:12:30 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349579 - in head/news/nntpcache: . files Message-ID: <201403291812.s2TICURT012789@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Mar 29 18:12:30 2014 New Revision: 349579 URL: http://svnweb.freebsd.org/changeset/ports/349579 QAT: https://qat.redports.org/buildarchive/r349579/ Log: Missed a direct access of $PREFIX Added: head/news/nntpcache/files/patch-src_Makefile.in (contents, props changed) Modified: head/news/nntpcache/Makefile head/news/nntpcache/pkg-plist Modified: head/news/nntpcache/Makefile ============================================================================== --- head/news/nntpcache/Makefile Sat Mar 29 17:53:54 2014 (r349578) +++ head/news/nntpcache/Makefile Sat Mar 29 18:12:30 2014 (r349579) @@ -3,7 +3,7 @@ PORTNAME= nntpcache PORTVERSION= 3.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= news MASTER_SITES= http://www.xs4all.nl/~suelette/ Added: head/news/nntpcache/files/patch-src_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/nntpcache/files/patch-src_Makefile.in Sat Mar 29 18:12:30 2014 (r349579) @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2014-03-29 14:09:54.000000000 -0400 ++++ src/Makefile.in 2014-03-29 14:10:16.000000000 -0400 +@@ -454,7 +454,7 @@ + + + install-exec-hook: +- cp nntpcached $(libexecdir)/nntpcached.debug && chmod a+x $(libexecdir)/nntpcached.debug ++ cp nntpcached $(DESTDIR)$(libexecdir)/nntpcached.debug && chmod a+x $(DESTDIR)$(libexecdir)/nntpcached.debug + + nnconf.c nnconf.h : ../cf/nnconf.cf + $(top_srcdir)/confused/confused $< Modified: head/news/nntpcache/pkg-plist ============================================================================== --- head/news/nntpcache/pkg-plist Sat Mar 29 17:53:54 2014 (r349578) +++ head/news/nntpcache/pkg-plist Sat Mar 29 18:12:30 2014 (r349579) @@ -33,6 +33,7 @@ bin/mmap_tests include/mmap_results.h libexec/nntpcache-gdb.sh libexec/nntpcache.gdb +libexec/nntpcached.debug libexec/unixauth man/man8/newshound.8.gz man/man8/nntpcached.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403291812.s2TICURT012789>