Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 10:07:55 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390550 - in head/devel/oserl: . files
Message-ID:  <201506251007.t5PA7tou077502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Thu Jun 25 10:07:55 2015
New Revision: 390550
URL: https://svnweb.freebsd.org/changeset/ports/390550

Log:
  Fix portlint warnings and use DOS2UNIX_GLOB to fix all source files.

Modified:
  head/devel/oserl/Makefile
  head/devel/oserl/files/patch-Makefile
  head/devel/oserl/files/patch-rebar.config
  head/devel/oserl/files/patch-src_smpp__param.hrl

Modified: head/devel/oserl/Makefile
==============================================================================
--- head/devel/oserl/Makefile	Thu Jun 25 10:02:24 2015	(r390549)
+++ head/devel/oserl/Makefile	Thu Jun 25 10:07:55 2015	(r390550)
@@ -17,9 +17,9 @@ PLIST_SUB=	VERSION="${PORTVERSION}"
 USE_GITHUB=	yes
 GH_ACCOUNT=	iamaleksey
 
-DOS2UNIX_FILES=	Makefile
 USES=		dos2unix gmake iconv
 ALL_TARGET=	compile doc
+DOS2UNIX_GLOB=	Makefile *.hrl *.erl
 
 post-extract:
 # Trick rebar into locating the oserl include files (see also patch-rebar.config)

Modified: head/devel/oserl/files/patch-Makefile
==============================================================================
--- head/devel/oserl/files/patch-Makefile	Thu Jun 25 10:02:24 2015	(r390549)
+++ head/devel/oserl/files/patch-Makefile	Thu Jun 25 10:07:55 2015	(r390550)
@@ -1,6 +1,6 @@
---- Makefile.orig
+--- Makefile.orig	2015-06-25 10:06:03 UTC
 +++ Makefile
-@@ -10,6 +10,13 @@
+@@ -10,6 +10,13 @@ HTMS = $(DOCS:.ndoc=.html)
  TEXS = $(DOCS:.ndoc=.tex)
  PDFS = $(DOCS:.ndoc=.pdf)
  
@@ -14,7 +14,7 @@
  ### Dependecy Search Paths
  VPATH = src:include:ebin:doc
  
-@@ -35,7 +42,11 @@
+@@ -35,7 +42,11 @@ clobber: clean
  	@$(RM) -R doc/man
  	@$(RM) -R doc/pdf
  
@@ -27,7 +27,7 @@
  
  man: $(MANS)
  	@$(MV) doc/man/$(APPNAME)_overview.3 doc/man/$(APPNAME).1
-@@ -49,14 +60,14 @@
+@@ -49,14 +60,14 @@ pdf: $(PDFS)
  %.3: %.ndoc
  	@$(CD) doc; $(SED) "s|%MODULES%|`echo $(MODS)`|g" ../$^ | \
  	$(SED) "s|%VSN%|$(VSN)|g" | $(SED) "s|%APPLICATION%|$(APPNAME)|g" | \

Modified: head/devel/oserl/files/patch-rebar.config
==============================================================================
--- head/devel/oserl/files/patch-rebar.config	Thu Jun 25 10:02:24 2015	(r390549)
+++ head/devel/oserl/files/patch-rebar.config	Thu Jun 25 10:07:55 2015	(r390550)
@@ -1,4 +1,4 @@
---- rebar.config.orig
+--- rebar.config.orig	2013-05-10 18:52:27 UTC
 +++ rebar.config
 @@ -1,10 +1,7 @@
 -{lib_dirs, ["deps"]}.

Modified: head/devel/oserl/files/patch-src_smpp__param.hrl
==============================================================================
--- head/devel/oserl/files/patch-src_smpp__param.hrl	Thu Jun 25 10:02:24 2015	(r390549)
+++ head/devel/oserl/files/patch-src_smpp__param.hrl	Thu Jun 25 10:07:55 2015	(r390550)
@@ -1,4 +1,4 @@
---- src/smpp_param.hrl.orig
+--- src/smpp_param.hrl.orig	2015-06-25 10:06:03 UTC
 +++ src/smpp_param.hrl
 @@ -159,7 +159,7 @@
  %% destination_addr



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