pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/apache-ant15



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Oct  4 19:11:22 UTC 2024

Modified Files:
        pkgsrc/devel/apache-ant15: Makefile

Log Message:
devel/apache-ant15: remove quotes around COMMENT, bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/apache-ant15/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/apache-ant15/Makefile
diff -u pkgsrc/devel/apache-ant15/Makefile:1.13 pkgsrc/devel/apache-ant15/Makefile:1.14
--- pkgsrc/devel/apache-ant15/Makefile:1.13     Sat Jan 18 23:30:21 2020
+++ pkgsrc/devel/apache-ant15/Makefile  Fri Oct  4 19:11:21 2024
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.13 2020/01/18 23:30:21 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2024/10/04 19:11:21 rillig Exp $
 #
 # NOTE: if you are depending on ant from another package, please be aware that
 # the ant team has CHANGED the version numbering scheme.  A previous version
 # of ant was 3.1.  Do NOT use dependency patterns such as >=1.3 which could pick
-# up this version by mistake.
+# up that version by mistake.
 
 DISTNAME=      apache-ant-1.5.4
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel java
 MASTER_SITES=  http://archive.apache.org/dist/ant/binaries/
 EXTRACT_SUFX=  .zip
@@ -14,7 +14,7 @@ DISTFILES=    ${DISTNAME}-bin${EXTRACT_SUFX
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ant.apache.org/
-COMMENT=       "Apache Project's Java-Based make(1) replacement"
+COMMENT=       Apache Project's Java-based make(1) replacement
 
 DEPENDS+=      crimson>=1.1.3:../../textproc/crimson
 



Home | Main Index | Thread Index | Old Index