mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
cad/digital: Update 0.22 -> 0.22-250
They just got rid of the git repository version lookup, and it can now be supplied through maven arguments.
This commit is contained in:
parent
44965fd5b2
commit
d395e34527
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507147
3 changed files with 8 additions and 43 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
PORTNAME= digital
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.22
|
||||
DISTVERSION= 0.22-250
|
||||
DISTVERSIONSUFFIX= -gebc913a3
|
||||
CATEGORIES= cad java
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -50,6 +51,7 @@ do-build:
|
|||
-fae install \
|
||||
-Dmaven.test.skip=true \
|
||||
-Duser.home=${WRKDIR} \
|
||||
-P no-git-rev -Dgit.commit.id.describe=${DISTVERSIONFULL} \
|
||||
package
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/target/Digital.jar ${STAGEDIR}${JAVAJARDIR}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1563812653
|
||||
SHA256 (digital-0.22-deps.tar.gz) = 2898250162babda82352e34b36aef95010f5e973af9eb3fde78aa16745e54057
|
||||
SIZE (digital-0.22-deps.tar.gz) = 51278882
|
||||
SHA256 (hneemann-Digital-v0.22_GH0.tar.gz) = 445d2993785d1f5dd59c41aed6ea68d42ae7a83c6cb1d0c5037de44f2fc465dd
|
||||
SIZE (hneemann-Digital-v0.22_GH0.tar.gz) = 3768846
|
||||
TIMESTAMP = 1563814257
|
||||
SHA256 (digital-0.22-250-deps.tar.gz) = d11bc092d516dc30095a2b007a943c375929859638f0fa104f1fb51628438896
|
||||
SIZE (digital-0.22-250-deps.tar.gz) = 53749701
|
||||
SHA256 (hneemann-Digital-v0.22-250-gebc913a3_GH0.tar.gz) = 10a03eae5e4c6175d2aec5b759eb2cb8a1fecd26e683c6c9e04766c25456e22c
|
||||
SIZE (hneemann-Digital-v0.22-250-gebc913a3_GH0.tar.gz) = 4676883
|
||||
|
|
|
@ -1,37 +0,0 @@
|
|||
Maybe this can be entirely eliminated with new maven args: -P no-git-rev -Dgit.commit.id.describe=${DISTVERSION}
|
||||
|
||||
--- pom.xml.orig 2019-07-22 05:00:43 UTC
|
||||
+++ pom.xml
|
||||
@@ -133,25 +133,6 @@
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
- <groupId>pl.project13.maven</groupId>
|
||||
- <artifactId>git-commit-id-plugin</artifactId>
|
||||
- <version>2.2.1</version>
|
||||
- <executions>
|
||||
- <execution>
|
||||
- <id>get-the-git-infos</id>
|
||||
- <goals>
|
||||
- <goal>revision</goal>
|
||||
- </goals>
|
||||
- </execution>
|
||||
- </executions>
|
||||
- <configuration>
|
||||
- <dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
|
||||
- <verbose>false</verbose>
|
||||
- <commitIdGenerationMode>flat</commitIdGenerationMode>
|
||||
- </configuration>
|
||||
- </plugin>
|
||||
-
|
||||
- <plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.17</version>
|
||||
@@ -330,4 +311,4 @@
|
||||
<connection>scm:git:file://localhost/${pom.basedir}</connection>
|
||||
</scm>
|
||||
|
||||
-</project>
|
||||
\ No newline at end of file
|
||||
+</project>
|
Loading…
Add table
Reference in a new issue