The following reply was made to PR ports/185441; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/185441: commit references a PR
Date: Sat,  4 Jan 2014 21:30:22 +0000 (UTC)

 Author: decke
 Date: Sat Jan  4 21:30:15 2014
 New Revision: 338679
 URL: http://svnweb.freebsd.org/changeset/ports/338679
 
 Log:
   MFH: r338539
   
   - Relax RESTRICTED setting to only avoid that people
   accidentally commit patches to this port. Redistribution
   in _UNMODIFIED_ form as binary and source is allowed.
   
   PR:          misc/185441
   Submitted by:        myself
   Approved by: Colin Percival <cperc...@tarsnap.com> (maintainer)
   With hat:    portmgr
 
 Modified:
   branches/2014Q1/sysutils/tarsnap/Makefile
 Directory Properties:
   branches/2014Q1/   (props changed)
 
 Modified: branches/2014Q1/sysutils/tarsnap/Makefile
 ==============================================================================
 --- branches/2014Q1/sysutils/tarsnap/Makefile  Sat Jan  4 21:28:19 2014        
(r338678)
 +++ branches/2014Q1/sysutils/tarsnap/Makefile  Sat Jan  4 21:30:15 2014        
(r338679)
 @@ -3,6 +3,7 @@
  
  PORTNAME=     tarsnap
  PORTVERSION=  1.0.35
 +PORTREVISION= 1
  CATEGORIES=   sysutils
  MASTER_SITES= http://www.tarsnap.com/download-http/
  DISTNAME=     ${PORTNAME}-autoconf-${PORTVERSION}
 @@ -11,8 +12,6 @@ EXTRACT_SUFX=        .tgz
  MAINTAINER=   cperc...@tarsnap.com
  COMMENT=      Online encrypted backup service (client)
  
 -RESTRICTED=   license restricts redistribution of source and binaries
 -
  GNU_CONFIGURE=        yes
  USES=         gmake
  
 @@ -27,10 +26,18 @@ SSE2_CONFIGURE_ENABLE=     sse2
  SSE2_CFLAGS=  -msse2
  
  NO_STAGE=     yes
 +
 +.include <bsd.port.pre.mk>
 +
 +# safety check to ensure that we don't violate the license
 +.if exists(${PATCHDIR})
 +RESTRICTED=     license only allows redistribution and use of unmodified 
source and binaries
 +.endif
 +
  post-install:
        @if [ ! -f ${PREFIX}/etc/tarsnap.conf ]; then \
            ${CP} -p ${PREFIX}/etc/tarsnap.conf.sample 
${PREFIX}/etc/tarsnap.conf ; \
        fi
        @${CAT} ${PKGDIR}/pkg-message
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 _______________________________________________
 svn-ports-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to