ports/92082: converters/mpack, update port to latest version

Paul Schmehl pauls at utdallas.edu
Fri Jan 20 23:40:05 UTC 2006


>Number:         92082
>Category:       ports
>Synopsis:       converters/mpack, update port to latest version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 20 23:40:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Paul Schmehl
>Release:        FreeBSD 5.4-SECURITY i386
>Organization:
University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 5.4-SECURITY FreeBSD 5.4-SECURITY #0: Wed Jul 20 08:57:11 UTC 2005 root at builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	update port to the latest version - 1.6
>How-To-Repeat:
	
>Fix:

	patch the Makefile and remove the files directory and all the patches in it.

--- Makefile.patch begins here ---
--- Makefile.orig	Fri Jan 20 17:05:43 2006
+++ Makefile	Fri Jan 20 17:26:41 2006
@@ -6,19 +6,17 @@
 #
 
 PORTNAME=	mpack
-PORTVERSION=	1.5
-PORTREVISION=	3
+PORTVERSION=	1.6
 CATEGORIES=	converters mail news
 MASTER_SITES=	ftp://ftp.andrew.cmu.edu/pub/mpack/
-DISTNAME=	${PORTNAME}-${PORTVERSION}-src
-EXTRACT_SUFX=	.tar.Z
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ache at FreeBSD.org
 COMMENT=	External MIME packer/unpacker
 
-WRKSRC=		${WRKDIR}/mpack
-MAKEFLAGS=	-f
-MAKE_ENV+=	DESTDIR=${PREFIX}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+GNU_CONFIGURE=	yes
+
 MAN1=		mpack.1 munpack.1
 
 .include <bsd.port.mk>
--- Makefile.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list