Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.9 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
1.0.9 30 Oct 2022 13:22:25
    |
Jan Beich (jbeich)  Author: Jose G. Juanino |
*/*: drop maintainership
PR: 267431 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.9 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.9 28 Nov 2021 17:19:09
    |
Fernando Apesteguía (fernape)  Author: Jose G. Juanino |
databases/powerarchitect: update to 1.0.9
ChangeLog: http://www.bestofbi.com/downloads/architect/1.0.9/ReleaseNotes.txt
PR: 259684
Reported by: jjuanino@gmail.com (maintainer) |
1.0.8_1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
1.0.8_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.8_1 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
1.0.8 11 Jan 2018 18:09:00
  |
danfe  |
- Convert to option helper install target (add OPTIONS_DEFINE=DOCS
when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way |
1.0.8 31 Dec 2017 21:19:08
  |
swills  |
databases/powerarchitect: update WWW site in pkg-descr file
PR: 224803
Submitted by: jjuanino@gmail.com (maintainer) |
1.0.8 27 Dec 2017 13:59:02
  |
mat  |
Remove non ascii characters.
Sponsored by: Absolight |
1.0.8 30 Mar 2017 21:12:43
  |
mat  |
Remove obsolete PROJECTHOST.
Sponsored by: Absolight |
1.0.8 26 Mar 2017 19:11:49
  |
pi  |
databases/powerarchitect: update 1.0.7 -> 1.0.8, unbreak, new MASTER_SITE
PR: 218137
Submitted by: Jose G. Juanino <jjuanino@gmail.com> (maintainer) |
1.0.7 07 Mar 2017 19:25:54
  |
rene  |
databases/powerarchitect: remove dependency on expired databases/jdbc-oracle10g |
1.0.7 03 Mar 2017 16:00:20
  |
mat  |
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight |
1.0.7 14 Sep 2016 15:59:34
  |
mat  |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
1.0.7 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0.7 20 Oct 2014 10:41:13
  |
bapt  |
Cleanup plist |
1.0.7 13 Feb 2014 13:43:37
  |
rm  |
- update to 1.0.7
- support staging
PR: 186666
Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> |
1.0.6 21 Jan 2014 23:18:05
  |
bapt  |
Fix properties on pkg-plist |
1.0.6 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.0.6 10 Dec 2012 13:18:29
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
1.0.6 16 Jul 2012 17:41:53
 |
jgh  |
- update to 1.0.6, update MASTER_SITES [1]
- move to optionsNG [2]
- add in shared descriptions for {MYSQL,ORACLE,PGSQL}_JDBC [2]
- add LICENSE [2]
- modify startup-script for java sanity [2]
PR: ports/166244
Submitted by: maintainer jjuanino@gmail.com [1], jgh@ [2] |
0.9.12 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.9.12 24 Dec 2008 19:47:01
 |
miwi  |
- Update to 0.9.12
PR: 129826
Submitted by: José García Juanino <jjuanino@gmail.com> (maintainer) |
0.9.11 19 Jul 2008 22:35:30
 |
miwi  |
- Update to 0.9.11
PR: 125784
Submitted by: José García Juanino <jjuanino@gmail.com> (maintainer) |
0.9.10_1 19 Jun 2008 07:33:53
 |
dougb  |
Standardize placement and style of WWW: lines, and in some cases
remove ^M from line endings.
List of files with "issues" supplied by: Alex Kozlov <spam@rm-rf.kiev.ua> |
0.9.10_1 06 Jun 2008 13:17:10
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.9.10 05 Jun 2008 19:32:12
 |
miwi  |
- Add WWW
Reported by: dvl via #bsdports |
0.9.10 05 Jun 2008 19:06:30
 |
miwi  |
The Power*Architect is a user-friendly data modeling tool created by data
warehouse designers, and has many unique features geared specifically for the
data warehouse architect. It allows users to reverse-engineer existing
databases, perform data profiling on source databases, and auto-generate ETL
metadata.
Plus, the Power*Architect has the ability to take snapshots of database
structures, allowing users to design DW data models while working offline.
PR: ports/124318
Submitted by: José García Juanino <jjuanino at gmail.com> |