svn commit: r320123 - head/www/aws

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Jun 6 19:53:30 UTC 2013


Author: rakuco
Date: Thu Jun  6 19:53:29 2013
New Revision: 320123
URL: http://svnweb.freebsd.org/changeset/ports/320123

Log:
  Fix pkg-plist so that tinderbox gets happy at www/aws-demos.
  
  PR:		ports/179362
  Submitted by:	John Marino <draco at marino.st> (maintainer)

Modified:
  head/www/aws/Makefile
  head/www/aws/pkg-plist

Modified: head/www/aws/Makefile
==============================================================================
--- head/www/aws/Makefile	Thu Jun  6 19:33:19 2013	(r320122)
+++ head/www/aws/Makefile	Thu Jun  6 19:53:29 2013	(r320123)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aws
 PORTVERSION=	2.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://downloads.dragonlace.net/src/
 

Modified: head/www/aws/pkg-plist
==============================================================================
--- head/www/aws/pkg-plist	Thu Jun  6 19:33:19 2013	(r320122)
+++ head/www/aws/pkg-plist	Thu Jun  6 19:53:29 2013	(r320123)
@@ -766,7 +766,6 @@ share/gps/plug-ins/wsdl2aws.xml
 @dirrm %%EXAMPLESDIR%%/web_elements
 @dirrm %%EXAMPLESDIR%%/templates
 @dirrm %%EXAMPLESDIR%%/images
- at dirrm %%EXAMPLESDIR%%/bin
 @dirrm %%EXAMPLESDIR%%
 @dirrm lib/gnat/aws
 @dirrm lib/aws/native/static
@@ -778,3 +777,4 @@ share/gps/plug-ins/wsdl2aws.xml
 @dirrm include/aws
 @dirrmtry lib/gnat
 @dirrmtry share/gps/plug-ins
+ at dirrmtry share/gps


More information about the svn-ports-all mailing list