diff --git a/databases/rubygem-after_commit_queue/Makefile b/databases/rubygem-after_commit_queue/Makefile index 523aa820c57c..4c42b126f325 100644 --- a/databases/rubygem-after_commit_queue/Makefile +++ b/databases/rubygem-after_commit_queue/Makefile @@ -1,19 +1,19 @@ PORTNAME= after_commit_queue PORTVERSION= 1.3.0 PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ports@FreeBSD.org COMMENT= Allows to run callbacks after transaction is committed LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS?= rubygem-activerecord4>=3.0:databases/rubygem-activerecord4 NO_ARCH= yes USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-activerecord-deprecated_finders/Makefile b/devel/rubygem-activerecord-deprecated_finders/Makefile index c5b6d04b3602..d72345745731 100644 --- a/devel/rubygem-activerecord-deprecated_finders/Makefile +++ b/devel/rubygem-activerecord-deprecated_finders/Makefile @@ -1,16 +1,16 @@ PORTNAME= activerecord-deprecated_finders PORTVERSION= 1.0.4 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ports@FreeBSD.org COMMENT= Deprecated finder APIs from Active Record LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes USES= gem .include diff --git a/devel/rubygem-get_process_mem/Makefile b/devel/rubygem-get_process_mem/Makefile index b9229200df6c..b5f18201204c 100644 --- a/devel/rubygem-get_process_mem/Makefile +++ b/devel/rubygem-get_process_mem/Makefile @@ -1,18 +1,18 @@ PORTNAME= get_process_mem PORTVERSION= 0.2.5 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ports@FreeBSD.org COMMENT= Get memory usage of a process in Ruby LICENSE= MIT RUN_DEPENDS= rubygem-ffi>=1.0<2:devel/rubygem-ffi USE_RUBY= yes USES= gem NO_ARCH= yes .include diff --git a/devel/rubygem-ruby-fogbugz/Makefile b/devel/rubygem-ruby-fogbugz/Makefile index 563f1c10c08e..00913c25d512 100644 --- a/devel/rubygem-ruby-fogbugz/Makefile +++ b/devel/rubygem-ruby-fogbugz/Makefile @@ -1,18 +1,18 @@ PORTNAME= ruby-fogbugz PORTVERSION= 0.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ports@FreeBSD.org COMMENT= Simple Ruby wrapper for the Fogbugz XML API LICENSE= MIT RUN_DEPENDS= rubygem-crack>=0.4:devel/rubygem-crack \ rubygem-multipart-post>=2.0:www/rubygem-multipart-post NO_ARCH= yes USE_RUBY= yes USES= gem .include diff --git a/mail/rubygem-email_reply_parser/Makefile b/mail/rubygem-email_reply_parser/Makefile index a3d3a5c58f0e..96c04ef7ae3e 100644 --- a/mail/rubygem-email_reply_parser/Makefile +++ b/mail/rubygem-email_reply_parser/Makefile @@ -1,16 +1,16 @@ PORTNAME= email_reply_parser PORTVERSION= 0.5.9 CATEGORIES= mail rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ports@FreeBSD.org COMMENT= Library to parse plain text email content LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes USES= gem .include diff --git a/mail/rubygem-mail_room/Makefile b/mail/rubygem-mail_room/Makefile index 35a6d23d0788..0e4a8eaa850b 100644 --- a/mail/rubygem-mail_room/Makefile +++ b/mail/rubygem-mail_room/Makefile @@ -1,19 +1,19 @@ PORTNAME= mail_room PORTVERSION= 0.10.0 CATEGORIES= mail rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ports@FreeBSD.org COMMENT= Proxy email (gmail) from IMAP to a delivery method LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem USE_RUBY= yes NO_ARCH= yes PLIST_FILES= bin/mail_room .include diff --git a/www/smarty3/Makefile b/www/smarty3/Makefile index c8271378f9a3..959a3c3faba9 100644 --- a/www/smarty3/Makefile +++ b/www/smarty3/Makefile @@ -1,31 +1,31 @@ # Created by: Michael Fausten PORTNAME= smarty DISTVERSIONPREFIX= v DISTVERSION= 3.1.34 CATEGORIES= www PKGNAMESUFFIX= 3${PHP_PKGNAMESUFFIX} -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ports@FreeBSD.org COMMENT= PHP compiling template engine LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe php:web,flavors USE_PHP= pcre USE_GITHUB= yes GH_ACCOUNT= smarty-php NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) .include