Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2008 15:40:58 GMT
From:      Angel Carpintero <ack@telefonica.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/127903: [maintainer-update] fix get package name and version 
Message-ID:  <200810061540.m96Few6U033688@www.freebsd.org>
Resent-Message-ID: <200810061550.m96Fo2qg061390@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127903
>Category:       ports
>Synopsis:       [maintainer-update]  fix get package name and version
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 06 15:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Angel Carpintero
>Release:        7.0-RELEASE-p4
>Organization:
N/A
>Environment:
FreeBSD freebsd.local.house 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Tue Sep  2 19:32:35 UTC 2008     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
current configure.in is broken to get PACKAGE_VERSION , PACKAGE_NAME because lack of persmission in version.sh . Also motion.conf has a bad default value for pid file. 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Naup motion/Makefile motion-3.2.11-1/Makefile
--- motion/Makefile	2008-10-06 15:51:03.000000000 +0200
+++ motion-3.2.11-1/Makefile	2008-10-06 17:21:15.000000000 +0200
@@ -7,11 +7,12 @@
 
 PORTNAME=	motion
 PORTVERSION=	3.2.11
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 
 PATCH_SITES=	http://www.lavrsen.dk/twiki/pub/Motion/FreeBSDPatch/
-PATCHFILES=	motion-3.2.10.1.port-freebsd.diff.gz
+PATCHFILES=	motion-3.2.11.port-freebsd.diff.gz
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	ack@telefonica.net
diff -Naup motion/distinfo motion-3.2.11-1/distinfo
--- motion/distinfo	2008-10-06 15:51:03.000000000 +0200
+++ motion-3.2.11-1/distinfo	2008-10-06 17:28:37.000000000 +0200
@@ -1,6 +1,6 @@
 MD5 (motion-3.2.11.tar.gz) = 3a26c00f3250eacf6fa93c7a7e0249d9
 SHA256 (motion-3.2.11.tar.gz) = f1e187c61702a727bbd20bf5a66a310363257acc04b1f1c6e0b2e06e9b5dfa6e
 SIZE (motion-3.2.11.tar.gz) = 416156
-MD5 (motion-3.2.10.1.port-freebsd.diff.gz) = 8e0b6606d7cfd2d469806c5b8626651e
-SHA256 (motion-3.2.10.1.port-freebsd.diff.gz) = 0fafd866fc9601cc59dec12a2a8da11da39e4d99c462efc0d36c840342bdc373
-SIZE (motion-3.2.10.1.port-freebsd.diff.gz) = 2615
+MD5 (motion-3.2.11.port-freebsd.diff.gz) = 9ec42c6523936a89f80505a1ee2a7883
+SHA256 (motion-3.2.11.port-freebsd.diff.gz) = 9e3403a793df532caf2223b1d99e133c26771f2eda50e7cdf9ca4fc0eb223ad4
+SIZE (motion-3.2.11.port-freebsd.diff.gz) = 2945


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



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