Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Nov 2013 21:00:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/183907: commit references a PR
Message-ID:  <201311162100.rAGL01lh099353@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/183907; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183907: commit references a PR
Date: Sat, 16 Nov 2013 20:58:25 +0000 (UTC)

 Author: olgeni
 Date: Sat Nov 16 20:58:17 2013
 New Revision: 334033
 URL: http://svnweb.freebsd.org/changeset/ports/334033
 
 Log:
   - Upgrade to version 1.0.3.
   - Add staging support while I'm here.
   
   PR:		ports/183907
   Submitted by:	maintainer
 
 Added:
   head/sysutils/clone/files/
   head/sysutils/clone/files/patch-Makefile   (contents, props changed)
 Modified:
   head/sysutils/clone/Makefile
   head/sysutils/clone/distinfo   (contents, props changed)
 
 Modified: head/sysutils/clone/Makefile
 ==============================================================================
 --- head/sysutils/clone/Makefile	Sat Nov 16 20:26:17 2013	(r334032)
 +++ head/sysutils/clone/Makefile	Sat Nov 16 20:58:17 2013	(r334033)
 @@ -1,7 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	clone
 -PORTVERSION=	1.0.2
 +PORTVERSION=	1.0.3
  CATEGORIES=	sysutils
  MASTER_SITES=	GOOGLE_CODE
  
 @@ -10,9 +10,7 @@ COMMENT=	File tree cloning tool
  
  LICENSE=	BSD
  
 -PLIST_FILES=	bin/clone
 +PLIST_FILES=	bin/clone \
 +		man/man1/clone.1.gz
  
 -MAN1=	clone.1
 -
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 
 Modified: head/sysutils/clone/distinfo
 ==============================================================================
 --- head/sysutils/clone/distinfo	Sat Nov 16 20:26:17 2013	(r334032)
 +++ head/sysutils/clone/distinfo	Sat Nov 16 20:58:17 2013	(r334033)
 @@ -1,2 +1,2 @@
 -SHA256 (clone-1.0.2.tar.gz) = c6ed6a6a47fb9ae9ebb897fe5cea2d283be02702506b582beeb58fa4d1c17588
 -SIZE (clone-1.0.2.tar.gz) = 23174
 +SHA256 (clone-1.0.3.tar.gz) = fe4cb2331c1bfa69a0ef4a403b6b03546127321824ca8f99b6207ed6dc4889a0
 +SIZE (clone-1.0.3.tar.gz) = 25620
 
 Added: head/sysutils/clone/files/patch-Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/sysutils/clone/files/patch-Makefile	Sat Nov 16 20:58:17 2013	(r334033)
 @@ -0,0 +1,13 @@
 +
 +$FreeBSD$
 +
 +--- Makefile.orig
 ++++ Makefile
 +@@ -60,5 +60,5 @@
 + update: clean all
 + 
 + install: $(TOOL)
 +-	strip -x -o /usr/local/bin/$(TOOL) $(TOOL)
 +-	cp $(TOOL).1 /usr/local/man/man1/$(TOOL).1
 ++	strip -x -o $(DESTDIR)$(PREFIX)/bin/$(TOOL) $(TOOL)
 ++	cp $(TOOL).1 $(DESTDIR)$(PREFIX)/man/man1/$(TOOL).1
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311162100.rAGL01lh099353>