Bug 54389 - Update www/middleman (maintainer): 1.7 -> 1.7.1
Summary: Update www/middleman (maintainer): 1.7 -> 1.7.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-11 18:30 UTC by Kirill Ponomarew
Modified: 2003-07-16 09:43 UTC (History)
0 users

See Also:


Attachments
file.diff (705 bytes, patch)
2003-07-11 18:30 UTC, Kirill Ponomarew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Ponomarew 2003-07-11 18:30:16 UTC
Update www/middleman (maintainer): 1.7 -> 1.7.1 

* The CONNECT method can now be used when forwarding HTTP 
  requests through another proxy server, some HTTP 1.1 
  conformance issues have been resolved, and a few bugs 
  have been fixed.
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2003-07-11 20:43:36 UTC
State Changed
From-To: open->feedback

Hmm... 
I think patch must be looks like this: 

Index: ports/www/middleman/Makefile 
=================================================================== 
RCS file: /home/pcvs/ports/www/middleman/Makefile,v 
retrieving revision 1.6 
diff -u -r1.6 Makefile 
--- ports/www/middleman/Makefile	25 Jun 2003 08:35:07 -0000	1.6 
+++ ports/www/middleman/Makefile	11 Jul 2003 19:41:50 -0000 
@@ -6,11 +6,10 @@ 
# 

PORTNAME=	middleman 
-PORTVERSION=	1.7 
+PORTVERSION=	1.7.1 
CATEGORIES=	www 
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} 
MASTER_SITE_SUBDIR=	middle-man 
-EXTRACT_SUFX=	.tgz 

MAINTAINER=	ponomarew@oberon.net 
COMMENT=	A robust proxy server 
@@ -45,18 +44,16 @@ 
${WRKSRC}/scripts/mman.init 

do-install: 
-	@${MKDIR} ${MMAN_CACHE} 
${INSTALL_PROGRAM} ${WRKSRC}/mman ${PREFIX}/bin 
${INSTALL_DATA} ${WRKSRC}/config.xml  
${PREFIX}/etc/mman.xml 
${INSTALL_DATA} ${WRKSRC}/scripts/mman.init  
${PREFIX}/etc/rc.d/mman.sh.sample 
+	@${MKDIR} ${MMAN_CACHE} 
.if !defined(NOPORTDOCS) 
-	${MKDIR} ${PREFIX}/share/doc/middleman 
-	${INSTALL_DATA} ${WRKSRC}/scripts/filter.pl  
-		${PREFIX}/share/doc/middleman/ 
-	${INSTALL_DATA} ${WRKSRC}/README.html  
-		${PREFIX}/share/doc/middleman/ 
+	${MKDIR} ${DOCSDIR} 
+	${INSTALL_DATA} ${WRKSRC}/scripts/filter.pl ${DOCSDIR} 
+	${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR} 
.endif 

.include <bsd.port.mk> 
Index: ports/www/middleman/distinfo 
=================================================================== 
RCS file: /home/pcvs/ports/www/middleman/distinfo,v 
retrieving revision 1.4 
diff -u -r1.4 distinfo 
--- ports/www/middleman/distinfo	25 Jun 2003 08:35:07 -0000	1.4 
+++ ports/www/middleman/distinfo	11 Jul 2003 19:42:05 -0000 
@@ -1 +1 @@ 
-MD5 (middleman-1.7.tgz) = 226e1cba1e0fb9036af49e8fbd30590f 
+MD5 (middleman-1.7.1.tar.gz) = c096d9f0628f197b5b3431297bf4d9de 
Index: ports/www/middleman/pkg-plist 
=================================================================== 
RCS file: /home/pcvs/ports/www/middleman/pkg-plist,v 
retrieving revision 1.2 
diff -u -r1.2 pkg-plist 
--- ports/www/middleman/pkg-plist	16 May 2003 18:08:40 -0000	1.2 
+++ ports/www/middleman/pkg-plist	11 Jul 2003 19:42:18 -0000 
@@ -1,9 +1,9 @@ 
bin/mman 
etc/rc.d/mman.sh.sample 
etc/mman.xml 
-%%PORTDOCS%%share/doc/middleman/README.html 
-%%PORTDOCS%%share/doc/middleman/filter.pl 
-@dirrm %%PORTDOCS%%share/doc/middleman 
+%%PORTDOCS%%%%DOCSDIR%%/README.html 
+%%PORTDOCS%%%%DOCSDIR%%/filter.pl 
+%%PORTDOCS%%@dirrm %%DOCSDIR%% 
@cwd / 
@exec mkdir -p %%MMAN_CACHE%% 
@unexec rm -rf %%MMAN_CACHE%% 

And one more thing. I have a problem with make deinstall this 
port. 

$  make deinstall 
===>  Deinstalling for www/middleman 
===>   middleman-1.7.1 has a different PREFIX: /usr/local 
/, skipping 

Any idea?
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2003-07-16 09:42:54 UTC
State Changed
From-To: feedback->closed

Committed, thanks!