ports/189659: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed May 14 13:30:02 UTC 2014


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/189659: commit references a PR
Date: Wed, 14 May 2014 13:26:25 +0000 (UTC)

 Author: amdmi3
 Date: Wed May 14 13:26:21 2014
 New Revision: 354055
 URL: http://svnweb.freebsd.org/changeset/ports/354055
 QAT: https://qat.redports.org/buildarchive/r354055/
 
 Log:
   - Support staging
   - Pet portlint
   - Add LICENSE
   
   PR:		189659
   Submitted by:	Tobias Rehbein <tobias.rehbein at web.de> (maintainer)
 
 Modified:
   head/www/nanoblogger-extra/Makefile
   head/www/nanoblogger-extra/pkg-plist
 
 Modified: head/www/nanoblogger-extra/Makefile
 ==============================================================================
 --- head/www/nanoblogger-extra/Makefile	Wed May 14 13:25:41 2014	(r354054)
 +++ head/www/nanoblogger-extra/Makefile	Wed May 14 13:26:21 2014	(r354055)
 @@ -9,6 +9,8 @@ MASTER_SITES=	http://nanoblogger.sourcef
  MAINTAINER=	tobias.rehbein at web.de
  COMMENT=	Extras for nanoblogger, a small weblog engine
  
 +LICENSE=	GPLv2
 +
  RUN_DEPENDS=	nb:${PORTSDIR}/www/nanoblogger
  
  WRKSRC=		${WRKDIR}/nanoblogger-${PORTVERSION}
 @@ -16,26 +18,21 @@ DATADIR=	${PREFIX}/share/nanoblogger
  
  NO_BUILD=	yes
  
 -NO_STAGE=	yes
  do-install:
  .for data in default lang plugins
 -	@( cd ${WRKSRC}/${data} && ${CHMOD} 777 ${WRKSRC}/${data}/* && \
 -		${COPYTREE_SHARE} \* ${DATADIR}/${data} "! -empty" )
 +	@( cd ${WRKSRC}/${data} && \
 +		${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/${data} "! -empty" )
  .endfor
  
  post-install:
 -.if !defined(NOPORTDOCS)
 -	@${MKDIR} ${DOCSDIR}
 +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
  .for doc in COPYING ChangeLog README
 -	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
 +	@${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
  .endfor
 -	@${MKDIR} ${DOCSDIR}/html
 -	@${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}/html
 -.endif
 -
 -.if !defined(NOPORTEXAMPLES)
 -	@${MKDIR} ${EXAMPLESDIR}
 -	@${INSTALL_DATA} ${WRKSRC}/docs/examples/nanoblogger.bash_completion ${EXAMPLESDIR}
 -.endif
 +	@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
 +	@${INSTALL_DATA} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR}/html
 +
 +	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 +	@${INSTALL_DATA} ${WRKSRC}/docs/examples/nanoblogger.bash_completion ${STAGEDIR}${EXAMPLESDIR}
  
  .include <bsd.port.mk>
 
 Modified: head/www/nanoblogger-extra/pkg-plist
 ==============================================================================
 --- head/www/nanoblogger-extra/pkg-plist	Wed May 14 13:25:41 2014	(r354054)
 +++ head/www/nanoblogger-extra/pkg-plist	Wed May 14 13:26:21 2014	(r354055)
 @@ -28,8 +28,8 @@
  %%DATADIR%%/plugins/001_mymood.off
  %%DATADIR%%/plugins/archive/category/include_listings.sh
  %%DATADIR%%/plugins/archive/master_fullindex.off
 -%%DATADIR%%/plugins/entry/z0_excerpt.off
  %%DATADIR%%/plugins/entry/format/autotag-p.sh
 +%%DATADIR%%/plugins/entry/z0_excerpt.off
  %%DATADIR%%/plugins/file_links.sh
  %%DATADIR%%/plugins/fortune.sh
  %%DATADIR%%/plugins/page/format/autopbr.sh
 @@ -38,23 +38,11 @@
  %%DATADIR%%/plugins/shortcode/yahoobuzz.sh
  %%DATADIR%%/plugins/shortcode/youtube.sh
  %%DATADIR%%/plugins/z001_articles_text.off
 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
 -%%PORTDOCS%%@dirrm %%DOCSDIR%%
 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/
 - at dirrmtry %%DATADIR%%/default/styles
 - at dirrmtry %%DATADIR%%/default/templates
 - at dirrmtry %%DATADIR%%/default
 +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/html
 +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
 +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
  @dirrmtry %%DATADIR%%/lang/de
  @dirrmtry %%DATADIR%%/lang/es
  @dirrmtry %%DATADIR%%/lang/fr
  @dirrmtry %%DATADIR%%/lang/tr
 - at dirrmtry %%DATADIR%%/lang
 - at dirrmtry %%DATADIR%%/plugins/archive/category
 - at dirrmtry %%DATADIR%%/plugins/archive
 - at dirrmtry %%DATADIR%%/plugins/entry/format
 - at dirrmtry %%DATADIR%%/plugins/entry
 - at dirrmtry %%DATADIR%%/plugins/page/format
 - at dirrmtry %%DATADIR%%/plugins/page
 - at dirrmtry %%DATADIR%%/plugins/shortcode
 - at dirrmtry %%DATADIR%%/plugins
  @dirrmtry %%DATADIR%%
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list