diff options
author | stas <stas@FreeBSD.org> | 2011-10-24 11:33:20 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-10-24 11:33:20 +0800 |
commit | dd0af158dddb4ed92cac937736bfb49935efed15 (patch) | |
tree | 8b59debde4ab44fdb57e9ed3560ce80f89a2b501 /archivers | |
parent | 7167d64ec2870e39a44ad848bf9dde03b09607ff (diff) | |
download | freebsd-ports-gnome-dd0af158dddb4ed92cac937736bfb49935efed15.tar.gz freebsd-ports-gnome-dd0af158dddb4ed92cac937736bfb49935efed15.tar.zst freebsd-ports-gnome-dd0af158dddb4ed92cac937736bfb49935efed15.zip |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ocaml-zip/Makefile | 2 | ||||
-rw-r--r-- | archivers/ruby-bz2/Makefile | 2 | ||||
-rw-r--r-- | archivers/ruby-lha/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index d55767da364d..9c409f09772e 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://caml.inria.fr/distrib/bazar-ocaml/ PKGNAMEPREFIX= ocaml- DISTNAME= caml${PORTNAME}-${PORTVERSION} -MAINTAINER= stas@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCaml library to manipulate ZIP/GZIP/JAR archives #USE_GMAKE= yes diff --git a/archivers/ruby-bz2/Makefile b/archivers/ruby-bz2/Makefile index b027f0873cc4..c533b98fe053 100644 --- a/archivers/ruby-bz2/Makefile +++ b/archivers/ruby-bz2/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= stas@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby extension to use libbz2 USE_RUBY= yes diff --git a/archivers/ruby-lha/Makefile b/archivers/ruby-lha/Makefile index 163cdce9bc26..677a63f23a41 100644 --- a/archivers/ruby-lha/Makefile +++ b/archivers/ruby-lha/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= lhalib-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= stas@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby extension to unpack lha-compressed files USE_ZIP= yes |