svn commit: r320784 - head/multimedia/zoneminder

Andrej Zverev az at FreeBSD.org
Thu Jun 13 11:54:27 UTC 2013


Author: az
Date: Thu Jun 13 11:54:26 2013
New Revision: 320784
URL: http://svnweb.freebsd.org/changeset/ports/320784

Log:
  - Fix port afrer recent perl upgrade

Modified:
  head/multimedia/zoneminder/Makefile
  head/multimedia/zoneminder/pkg-plist   (contents, props changed)

Modified: head/multimedia/zoneminder/Makefile
==============================================================================
--- head/multimedia/zoneminder/Makefile	Thu Jun 13 11:54:04 2013	(r320783)
+++ head/multimedia/zoneminder/Makefile	Thu Jun 13 11:54:26 2013	(r320784)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	multimedia/zoneminder
-# Date created:				2011-04-08
-# Whom:					bsam, based on ports by achix (1.23 & local camera stuff),
-#					Richard Lee and Electric Messiah
+# Created by: bsam, based on ports by achix (1.23 & local camera stuff),
 # $FreeBSD$
-#
 
 PORTNAME=	zoneminder
 PORTVERSION=	1.25.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www2.zoneminder.com/downloads/ \
 		http://www.zoneminder.com/downloads/

Modified: head/multimedia/zoneminder/pkg-plist
==============================================================================
--- head/multimedia/zoneminder/pkg-plist	Thu Jun 13 11:54:04 2013	(r320783)
+++ head/multimedia/zoneminder/pkg-plist	Thu Jun 13 11:54:26 2013	(r320784)
@@ -17,7 +17,7 @@ bin/zmwatch.pl
 bin/zmx10.pl
 @unexec if cmp -s %D/etc/zm.conf.sample %D/etc/zm.conf; then rm -f %D/etc/zm.conf; fi
 etc/zm.conf.sample
-lib/perl5/%%PERL_VERSION%%/%%PERL_ARCH%%/perllocal.pod
+lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod
 %%SITE_PERL%%/ZoneMinder.pm
 %%SITE_PERL%%/ZoneMinder/Base.pm
 %%SITE_PERL%%/ZoneMinder/Config.pm
@@ -320,10 +320,3 @@ lib/perl5/%%PERL_VERSION%%/%%PERL_ARCH%%
 @dirrm %%SITE_PERL%%/ZoneMinder/Memory
 @dirrm %%SITE_PERL%%/ZoneMinder/Control
 @dirrm %%SITE_PERL%%/ZoneMinder
- at dirrmtry %%SITE_PERL%%
- at dirrmtry lib/perl5/site_perl
- at dirrmtry lib/perl5/%%PERL_VERSION%%/man/man3
- at dirrmtry lib/perl5/%%PERL_VERSION%%/man
- at dirrmtry lib/perl5/%%PERL_VERSION%%/mach
- at dirrmtry lib/perl5/%%PERL_VERSION%%
- at dirrmtry lib/perl5


More information about the svn-ports-head mailing list