diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-29 17:32:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-29 17:32:57 +0800 |
commit | c698d985003a15914bbefe00cde2716b191f41d2 (patch) | |
tree | 7a3fd643c507b5009f6079c816292cabb9ec7e18 | |
parent | b16a9ec5c2710cfea920aa8a90afbced1ec32589 (diff) | |
download | freebsd-ports-gnome-c698d985003a15914bbefe00cde2716b191f41d2.tar.gz freebsd-ports-gnome-c698d985003a15914bbefe00cde2716b191f41d2.tar.zst freebsd-ports-gnome-c698d985003a15914bbefe00cde2716b191f41d2.zip |
- Take maintainership
-rw-r--r-- | audio/pecl-id3/Makefile | 2 | ||||
-rw-r--r-- | math/pecl-big_int/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/pecl-id3/Makefile b/audio/pecl-id3/Makefile index 82ba228d1746..a1da0433cedf 100644 --- a/audio/pecl-id3/Makefile +++ b/audio/pecl-id3/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Extension to read and write ID3 tags in MP3 files USE_PHP= yes diff --git a/math/pecl-big_int/Makefile b/math/pecl-big_int/Makefile index b39a13f280e8..608a4f2dd435 100644 --- a/math/pecl-big_int/Makefile +++ b/math/pecl-big_int/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= Functions for calculations with arbitrary length integers and bitsets USE_PHP= yes |