diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-12-06 16:39:07 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-12-06 16:39:07 +0000 |
commit | cf9bd998c786a4e8e52cb7d71976bbb31836e3cb (patch) | |
tree | 4432d8d9ec369f1ca6e3e6868602841bfaab85da /java/jrosetta/Makefile | |
parent | - Cleanup the Makefile (diff) |
- Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
Reported by: portscout
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=308390
Diffstat (limited to '')
-rw-r--r-- | java/jrosetta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jrosetta/Makefile b/java/jrosetta/Makefile index 5e68333b9d76..2b2d69cae0cc 100644 --- a/java/jrosetta/Makefile +++ b/java/jrosetta/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://maven.artenum.com/content/groups/public/com/artenum/${PORTN http://maven.artenum.com/content/groups/public/com/artenum/${PORTNAME}/${PORTNAME}-api/${PORTVERSION}/:api \ http://maven.artenum.com/content/groups/public/com/artenum/${PORTNAME}/${PORTNAME}-engine/${PORTVERSION}/:engine -MAINTAINER= rfarmer@predatorlabs.net +MAINTAINER= ports@FreeBSD.org COMMENT= API for building a graphical console in Swing USE_JAVA= yes |