Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Nov 2014 18:44:34 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372084 - in head/www/micro_httpd: . files
Message-ID:  <201411021844.sA2IiYam067900@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sun Nov  2 18:44:33 2014
New Revision: 372084
URL: https://svnweb.freebsd.org/changeset/ports/372084
QAT: https://qat.redports.org/buildarchive/r372084/

Log:
  - Update to version 2014.08.14 [1]
  - Respect CFLAGS during build
  
  PR:		194227 [1]
  Submitted by:	Neel Chauhan <neel@neelc.org> [1]
  Approved by:	maintainer timeout

Deleted:
  head/www/micro_httpd/files/
Modified:
  head/www/micro_httpd/Makefile
  head/www/micro_httpd/distinfo

Modified: head/www/micro_httpd/Makefile
==============================================================================
--- head/www/micro_httpd/Makefile	Sun Nov  2 18:28:34 2014	(r372083)
+++ head/www/micro_httpd/Makefile	Sun Nov  2 18:44:33 2014	(r372084)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	micro_httpd
-PORTVERSION=	2001.12.14
+PORTVERSION=	2014.08.14
 CATEGORIES=	www
-MASTER_SITES=	http://www.acme.com/software/micro_httpd/ \
-		http://www.unknown.nu/ports/
-DISTNAME=	${PORTNAME}_14dec2001
+MASTER_SITES=	http://www.acme.com/software/micro_httpd/
+DISTNAME=	${PORTNAME}_14Aug2014
 
 MAINTAINER=	user@unknown.nu
 COMMENT=	Extremely small web server
@@ -14,12 +13,13 @@ COMMENT=	Extremely small web server
 WRKSRC=		${WRKDIR}/${PORTNAME}
 PLIST_FILES=	sbin/micro_httpd man/man8/micro_httpd.8.gz
 
+ALL_TARGET=	${PORTNAME}
+
 post-patch:
-	@${REINPLACE_CMD} -e "s:/usr/local/sbin:${PREFIX}/sbin:g; \
-		s:/usr/local/man/man8:${MAN8PREFIX}/man/man8:g; \
-		s:gcc:${CC}:g; s:-O:${CFLAGS}:g" \
-		${WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e "s/^.TH micro_httpd 1/.TH micro_httpd 8/g" \
-		${WRKSRC}/micro_httpd.8
+	${REINPLACE_CMD} 's|-O|${CFLAGS}|' ${WRKSRC}/Makefile
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/micro_httpd ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_MAN} ${WRKSRC}/micro_httpd.8 ${STAGEDIR}${MAN1PREFIX}/man/man8
 
 .include <bsd.port.mk>

Modified: head/www/micro_httpd/distinfo
==============================================================================
--- head/www/micro_httpd/distinfo	Sun Nov  2 18:28:34 2014	(r372083)
+++ head/www/micro_httpd/distinfo	Sun Nov  2 18:44:33 2014	(r372084)
@@ -1,2 +1,2 @@
-SHA256 (micro_httpd_14dec2001.tar.gz) = 111be3481b4c105aa3a90afb5f1ad29e96c124a8a4da1f6fe3802210997cab22
-SIZE (micro_httpd_14dec2001.tar.gz) = 4665
+SHA256 (micro_httpd_14Aug2014.tar.gz) = 3313f19d80897caa0fa9cd5cc7481736302bb6f61ac45238d240871117119556
+SIZE (micro_httpd_14Aug2014.tar.gz) = 5318



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