Created attachment 162419 [details] new port openemm2015.shar there is one failure in the initial DB openemm select * from mailinglist_tbl; delivers +----------------+------------+-------------+-------------+---------------------+---------------------+---------+ | mailinglist_id | company_id | description | shortname | creation_date | change_date | deleted | +----------------+------------+-------------+-------------+---------------------+---------------------+---------+ | 1 | 1 | | mailinglist | 0000-00-00 00:00:00 | 0000-00-00 00:00:00 | 0 | +----------------+------------+-------------+-------------+---------------------+---------------------+---------+ 1 row in set (0.01 sec) you have to update update mailinglist_tbl set creation_date= now(), change_date=now() where mailinglist_id=1; other it can't be loaded!
Comment on attachment 162419 [details] new port openemm2015.shar will be updated with less portlint warnings
Created attachment 162422 [details] new port openemm2015.shar now portlint tested and only 1 warning..
testing@work
A commit references this bug: Author: pi Date: Sat Oct 24 18:40:41 UTC 2015 New revision: 400135 URL: https://svnweb.freebsd.org/changeset/ports/400135 Log: New port: mail/openemm2015 OpenEMM is a feature-rich web-based enterprise application for email marketing, newsletters and service mails (transaction mails and event or time triggered mails). OpenEMM offers a great user interface, sophisticated bounce management, link tracking, lots of graphical realtime statistics, a CMS module and a scripting feature to implement individual tasks. OpenEMM is the first open source application for e-mail marketing. Its code base has been developed since 1999 and is used - as part of the commercial software product E-Marketing Manager (EMM) - by companies like IBM, Daimler, Siemens and Deutsche Telekom. OpenEMM offers already more than 95% of the functionality of most commercial products and some features most commercial products do not offer right now (for example MySQL support and CMS functionality). WWW: http://www.openemm.org PR: 204000 Submitted by: horst leitenmueller <horst.leitenmueller@liwest.at> Changes: head/mail/Makefile head/mail/openemm2015/ head/mail/openemm2015/Makefile head/mail/openemm2015/distinfo head/mail/openemm2015/files/ head/mail/openemm2015/files/openemm2015.in head/mail/openemm2015/files/patch-backend__GNUmakefile head/mail/openemm2015/files/patch-backend__src__c__bav__GNUmakefile head/mail/openemm2015/files/patch-backend__src__c__bav__bav.c head/mail/openemm2015/files/patch-backend__src__c__lib__GNUmakefile head/mail/openemm2015/files/patch-backend__src__c__lib__agn.h head/mail/openemm2015/files/patch-backend__src__c__tools__GNUmakefile head/mail/openemm2015/files/patch-backend__src__c__xmlback__GNUmakefile head/mail/openemm2015/files/patch-backend__src__c__xmlback__eval.c head/mail/openemm2015/files/patch-backend__src__c__xmlback__grammar__GNUmakefile head/mail/openemm2015/files/patch-backend__src__script__lib__config.sh head/mail/openemm2015/files/patch-openemm_build.xml head/mail/openemm2015/files/patch-src__java__org__agnitas__util__XmlUtilities.java head/mail/openemm2015/files/patch-src__java__org__agnitas__web__MailingSendAction.java head/mail/openemm2015/files/patch-src__java__org__agnitas__web__filter__GZipRequestFilter.java head/mail/openemm2015/files/patch-src__jsp__WEB-INF__web.xml head/mail/openemm2015/files/pkg-message.in head/mail/openemm2015/pkg-descr head/mail/openemm2015/pkg-plist
Test-builds are all fine. Committed, thanks!