Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2004 03:20:29 -0700 (PDT)
From:      Rui Lopes <rui@ruilopes.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/65703: [patch]update devel/maven to 1.0-rc2
Message-ID:  <200404191020.i3JAKTQ7000774@freefall.freebsd.org>

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

From: Rui Lopes <rui@ruilopes.com>
To: Kang Liu <liukang@bjpu.edu.cn>, freebsd-gnats-submit@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--
 



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