svn commit: r375490 - head/www/sitecopy

Antoine Brodin antoine at FreeBSD.org
Wed Dec 24 22:12:34 UTC 2014


Author: antoine
Date: Wed Dec 24 22:12:33 2014
New Revision: 375490
URL: https://svnweb.freebsd.org/changeset/ports/375490
QAT: https://qat.redports.org/buildarchive/r375490/

Log:
  Allow building with neon 30

Modified:
  head/www/sitecopy/Makefile

Modified: head/www/sitecopy/Makefile
==============================================================================
--- head/www/sitecopy/Makefile	Wed Dec 24 22:02:20 2014	(r375489)
+++ head/www/sitecopy/Makefile	Wed Dec 24 22:12:33 2014	(r375490)
@@ -43,7 +43,7 @@ CONFIGURE_ARGS+=	--with-ssl
 post-patch:
 	@${REINPLACE_CMD} -e 's|;;|;|g' \
 		${WRKSRC}/src/sitestore.c
-	@${REINPLACE_CMD} -e 's|25 26 27 28|25 26 27 28 29|g' \
+	@${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30|g' \
 		${WRKSRC}/configure
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list