ports/65703: [patch]update devel/maven to 1.0-rc2

Rui Lopes rui at ruilopes.com
Mon Apr 19 10:20:29 UTC 2004


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

From: Rui Lopes <rui at ruilopes.com>
To: Kang Liu <liukang at bjpu.edu.cn>, freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/65703: [patch]update devel/maven to 1.0-rc2
Date: Mon, 19 Apr 2004 10:19:49 +0100

 --=-Pu/RhXRYWGMttXai5Q4x
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 Thanks for the update Kang!  I just made some minor style changes.
 
 Dear commiter, please apply the attached patch after the PR patch,
 thanks!
 
 
 Regards,
 Rui Lopes
 
 PS: Kang, next time don't forget to CC the maintainer too ;)
 
 --=-Pu/RhXRYWGMttXai5Q4x
 Content-Disposition: attachment; filename=maven_minor_minor_style_patch.patch
 Content-Type: text/x-patch; name=maven_minor_minor_style_patch.patch; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 diff -ru maven.orig.with.patch/Makefile maven/Makefile
 --- maven.orig.with.patch/Makefile	Mon Apr 19 09:50:16 2004
 +++ maven/Makefile	Mon Apr 19 09:21:08 2004
 @@ -24,9 +24,8 @@
  PKGMESSAGE=	${WRKDIR}/pkg-message
  
  post-configure:
 -	@ ${SED} \
 -	-e 's#%%PREFIX%%#${PREFIX}#g' \
 -	-e 's#%%DIR%%#${DIR}#g' pkg-message > ${PKGMESSAGE}
 +	@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
 +		-e 's,%%DIR%%,${DIR},g' pkg-message > ${PKGMESSAGE}
  
  do-install:
  	@cd ${WRKSRC} && ${FIND} . \! -name '*.bat' \! -name repository \
 @@ -41,7 +40,7 @@
  
  post-install:
  .if !defined(BATCH)
 -	@ ${CAT} ${PKGMESSAGE}
 +	@${CAT} ${PKGMESSAGE}
  .endif
  
  # This target is only meant to be used by the port maintainer.
 diff -ru maven.orig.with.patch/pkg-message maven/pkg-message
 --- maven.orig.with.patch/pkg-message	Mon Apr 19 09:50:16 2004
 +++ maven/pkg-message	Mon Apr 19 09:31:36 2004
 @@ -3,7 +3,7 @@
    * JAVA_HOME
      Set it to the base directory of your java installation.
    * MAVEN_HOME
 -    Set it to %%PREFIX%%/%%DIR%%.
 +    Set it to ``%%PREFIX%%/%%DIR%%''.
  
  Then, you should initialize your repository with:
    %%PREFIX%%/%%DIR%%/bin/install_repo.sh ~/.maven/repository
 
 --=-Pu/RhXRYWGMttXai5Q4x--
 



More information about the freebsd-ports-bugs mailing list