svn commit: r350031 - in branches/2014Q2/audio/hawkvoice: . files

Antoine Brodin antoine at FreeBSD.org
Thu Apr 3 18:00:06 UTC 2014


Author: antoine
Date: Thu Apr  3 18:00:06 2014
New Revision: 350031
URL: http://svnweb.freebsd.org/changeset/ports/350031
QAT: https://qat.redports.org/buildarchive/r350031/

Log:
  MFH: r349959
  
  Fix stage symlinks
  
  Reported by:	stage-qa and poudriere
  With hat:	portmgr

Modified:
  branches/2014Q2/audio/hawkvoice/Makefile
  branches/2014Q2/audio/hawkvoice/files/patch-src_makefile.linux
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/audio/hawkvoice/Makefile
==============================================================================
--- branches/2014Q2/audio/hawkvoice/Makefile	Thu Apr  3 17:25:22 2014	(r350030)
+++ branches/2014Q2/audio/hawkvoice/Makefile	Thu Apr  3 18:00:06 2014	(r350031)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hawkvoice
 PORTVERSION=	0.91
+PORTREVISION=	1
 CATEGORIES=	audio devel
 MASTER_SITES=	http://www.hawksoft.com/download/files/
 DISTNAME=	HawkVoiceDI091src

Modified: branches/2014Q2/audio/hawkvoice/files/patch-src_makefile.linux
==============================================================================
--- branches/2014Q2/audio/hawkvoice/files/patch-src_makefile.linux	Thu Apr  3 17:25:22 2014	(r350030)
+++ branches/2014Q2/audio/hawkvoice/files/patch-src_makefile.linux	Thu Apr  3 18:00:06 2014	(r350031)
@@ -38,8 +38,8 @@
 -	ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so.$(MAJOR_VERSION).$(MINOR_VERSION)
 -	ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so.$(MAJOR_VERSION)
 -	ln -s $(LIBDIR)/$(OUTPUT) lib$(LIBNAME).so
-+	ln -s $(LIBDIR)/$(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so.$(MAJOR_VERSION)
-+	ln -s $(LIBDIR)/$(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so
++	ln -s $(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so.$(MAJOR_VERSION)
++	ln -s $(OUTPUT) $(LIBDIR)/lib$(LIBNAME).so
  	cp hvdi.h $(INCDIR)/hvdi.h
  	chmod 644 $(INCDIR)/hvdi.h
 -	@echo ""


More information about the svn-ports-all mailing list